From 05d2ac65ece569f103768e3f030ea898c4184bb2 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 8 Jul 2014 09:44:05 +0100 Subject: Make it clear that the last few commands are run on the server Also tell people to restart MTA --- docs/installing/deploy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/installing/deploy.md') 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 staging site, or... * `cap -S stage=production deploy` for production + +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! -- cgit v1.2.3