aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-01 15:59:21 +0100
committerLouise Crow <louise.crow@gmail.com>2014-07-16 11:52:52 +0100
commit427e4bb9e8d28d5be9aadcb518fd81d0553478c9 (patch)
treeef762285259dfa2fe90bc3e7168ab697270ffa34 /docs/installing
parente9c500b02ed79bba91667ad6442ccf0b13490836 (diff)
Add HOST to deploy_to
alaveteli is only used when the install script is run with the --default flag. Otherwise, it uses the HOST param or the EC2 hostname.
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/deploy.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md
index c86aa13e7..5c6514456 100644
--- a/docs/installing/deploy.md
+++ b/docs/installing/deploy.md
@@ -86,8 +86,9 @@ Next, on your local machine:
* now customise the deployment settings in that file: edit `config/deploy.yml`
appropriately -- for example, edit the name of the server. Also, change
`deploy_to` to be the path where Alaveteli is currently installed on the
- server -- if you used the installation script, this will be
- `/var/www/alaveteli/alaveteli`.
+ server -- if you used the installation script , this will be
+ `/var/www/[HOST or alaveteli]/alaveteli`.
+
* `cd` into the Alaveteli repo you checked out (otherwise the `cap` commands you're about to
execute won't work)
* still on your local machine, run `cap -S stage=staging deploy:setup` to setup capistrano on the server