aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-03-26 11:17:54 +0000
committerLouise Crow <louise.crow@gmail.com>2015-03-26 12:07:29 +0000
commit56345353b8047eff4d90185b24c9a4f9934734a3 (patch)
tree5ced9262c73b2ef729d15a2699868c75b0479cb4 /docs/installing
parent0b7d07f0a3996c9473de858f1cbcafa8bf2e3deb (diff)
Add doc for daemon_name param.
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/deploy.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md
index 99b575efa..74c7a8560 100644
--- a/docs/installing/deploy.md
+++ b/docs/installing/deploy.md
@@ -91,7 +91,10 @@ Next, on your local machine:
`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/[HOST or alaveteli]/alaveteli`.
+ script , this will be `/var/www/[HOST or alaveteli]/alaveteli`. Set
+ `daemon_name` to the name you used in setting up the [application
+ daemon]({{ site.baseurl }}docs/installing/manual_install/#generate-application-daemon). The
+ default should be `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