aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/deploy.md
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-08 10:51:42 +0100
committerLouise Crow <louise.crow@gmail.com>2014-07-16 11:54:33 +0100
commit9fbcf0678866055107a995755a4f05a98b8bcb65 (patch)
tree7ccd05ef0fe6b3353eb7faef6323cd058d9a6a7c /docs/installing/deploy.md
parent85abc20d8459c4a8935474faa58cb04ba3d2a233 (diff)
Add some details about config for thin.
Diffstat (limited to 'docs/installing/deploy.md')
-rw-r--r--docs/installing/deploy.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md
index fc5f9c58e..64ecde088 100644
--- a/docs/installing/deploy.md
+++ b/docs/installing/deploy.md
@@ -87,11 +87,16 @@ Next, on your local machine:
need some of the files available locally even though you might not be running
Alaveteli on this machine)
* copy the example file `config/deploy.yml.example` to `config/deploy.yml`
-* 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/[HOST or alaveteli]/alaveteli`.
+* 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/[HOST or alaveteli]/alaveteli`. If
+ you're running the thin application server rather than passenger,
+ 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.
+
* `cd` into the Alaveteli repo you checked out (otherwise the `cap` commands you're about to
execute won't work)