diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-26 11:16:00 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-26 11:17:07 +0000 |
commit | 0b7d07f0a3996c9473de858f1cbcafa8bf2e3deb (patch) | |
tree | 317c67033d4f7a52ab0e6c755159f0a36dec5fd5 /docs/installing | |
parent | baa911e96091d01e8208bc740e1abb60235707a5 (diff) |
Remove rails_app_server and rails_app_port
They're not used in deploy.yml - the issue of different app servers
is handled by using the service to restart the app. Fixes #2180.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/deploy.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 355c4f8a2..99b575efa 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -91,14 +91,7 @@ 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`. * `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 |