diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-30 16:50:44 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-30 16:50:44 +0100 |
commit | e57785966245365dda3eac78e9e9929462c4d210 (patch) | |
tree | 5ced9262c73b2ef729d15a2699868c75b0479cb4 /docs/installing/deploy.md | |
parent | baa911e96091d01e8208bc740e1abb60235707a5 (diff) | |
parent | 56345353b8047eff4d90185b24c9a4f9934734a3 (diff) |
Merge branch 'gh-pages-daemon-name' into gh-pages
Diffstat (limited to 'docs/installing/deploy.md')
-rw-r--r-- | docs/installing/deploy.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 355c4f8a2..74c7a8560 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -91,14 +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`. If - you're running the thin application server rather than passenger (you - will be if you installed using the install script), - you'll need to set `rails_app_server` to `thin` and `rails_app_port` - to whatever port it's running on. If you installed with the install - script, this will be port 3300. - - + 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 |