diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-05 12:46:39 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-05 12:46:39 +0100 |
commit | 4d36238dbc2a239b48193b9089c3321a3103346f (patch) | |
tree | 9a7f81c6202afba3b3b4c5d6a5a3ecf77d353d9b | |
parent | 065a9d577a6ecc171c2feb14ee1ea59dba77a6b5 (diff) |
Note that you should run behind Apache or similar for production
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index a495b92f8..f6f8ff483 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -204,6 +204,15 @@ able to work out the syntax and variables fairly easily :) mySociety render the "ugly" file to reference absolute paths, and then drop it in /etc/cron.d/ on the server. +# Set up production web server + +It is not recommended to run the website using the default Rails web +server. There are various recommendations here: +http://rubyonrails.org/deploy + +We usually use Passenger / mod_rails. + + # Troubleshooting * **Various tests fail with "*Your PostgreSQL connection does not support |