diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-08 09:44:05 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-16 11:54:32 +0100 |
commit | 05d2ac65ece569f103768e3f030ea898c4184bb2 (patch) | |
tree | b6a7fc756c05827d52b09f0dff76cdc4f44eac77 | |
parent | aa162ba0ebd318e865cf1315343f262e180c09aa (diff) |
Make it clear that the last few commands are run on the server
Also tell people to restart MTA
-rw-r--r-- | docs/installing/deploy.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 1321cbcea..721d74cff 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -131,6 +131,9 @@ Now, back on your local machine: * create a deployment directory on the server by running *one* of these commands: * `cap deploy` if you're deploying a <a href="{{site.baseurl}}docs/glossary/#staging" class="glossary__link">staging site</a>, or... * `cap -S stage=production deploy` for <a href="{{site.baseurl}}docs/glossary/#production" class="glossary__link">production</a> + +Back on the server: + * update the webserver config (either apache or nginx) to add the `current` element to the path where it is serving Alaveteli from. If you installed using the installation script, this will be replacing `/var/www/alaveteli/alaveteli/` with @@ -144,7 +147,7 @@ Now, back on your local machine: `argv=/var/www/alaveteli/alaveteli/script/mailin` with `argv=/var/www/alaveteli/alaveteli/current/script/mailin`. If you're using Exim as your MTA, edit `etc/exim4/conf.d/04_alaveteli_options` - to update the `ALAVETELI_HOME` variable to the new Alaveteli path. + to update the `ALAVETELI_HOME` variable to the new Alaveteli path. Restart the MTA after you've made these changes. Phew, you're done! |