diff --git a/README.md b/README.md index 27a382d..962ab4c 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,10 @@ Run database creation and migration tasks: RAILS_ENV="production" bundle exec rake db:create db:migrate + +## Running + +Apache configuration for: Puma+mod_proxy, mod_passenger ... + + ## How to run the test suite: ...