diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-18 15:27:20 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:20 +0100 |
commit | 544b2d2ec20e2e0c0e0708b9732150480a8cba20 (patch) | |
tree | 320edc3e222509f62f061b31aea8188bbdcf1c31 /docs/installing | |
parent | acaaea1edee28ef18c5ade32846ebe6a832098cd (diff) |
Remove old section on application sysvinit
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index fc6c65d06..22fad59bb 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -610,15 +610,6 @@ 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`. ## Configure the web server |