diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:59:37 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:59:37 +0100 |
commit | a5f1306c468f104a5f131faf5c63b3c9dfa38887 (patch) | |
tree | 7ccd05ef0fe6b3353eb7faef6323cd058d9a6a7c /docs/installing/manual_install.md | |
parent | 411b537c0eb570b544e4c087a2ccd8a2dec5a56f (diff) | |
parent | 9fbcf0678866055107a995755a4f05a98b8bcb65 (diff) |
Merge branch 'portugal-workshop-fixes' into gh-pages
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 821188b85..603db14c0 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -480,6 +480,16 @@ by your deploy user (named `deploy` in this case). deploy ALL = NOPASSWD: /etc/init.d/foi-alert-tracks, /etc/init.d/foi-purge-varnish +There is also an example config for stopping and starting the +Alaveteli app server as a service in `config/sysvinit.example`. This +example assumes you're using Thin as an application server, so will +need tweaking for Passenger or any other app server. You can install +this by copying it to `/etc/init.d/alaveteli` and setting the +`SITE_HOME` variable to the path where Alaveteli is running, and the +`USER` variable to the Unix user that will be running Alaveteli. Once +that's done, you can restart Alaveteli with `/etc/init.d/alaveteli +restart`. + ## Set up production web server It is not recommended to run the website using the default Rails web server. |