diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-22 14:25:56 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-22 14:25:56 +0100 |
commit | 9cd8ddead67a114f7c2cfea7484396bea08b7b63 (patch) | |
tree | 562477d22d310a38f88a4eadb7ab87757d46f9dd /docs/installing/deploy.md | |
parent | c9234c473c22aa2f909e7b30d82f195186ef0ed3 (diff) | |
parent | eaf7e620d500637c7e21aa3245333a05770addd5 (diff) |
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/installing/deploy.md')
-rw-r--r-- | docs/installing/deploy.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 64ecde088..a0a4c0abb 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -92,7 +92,8 @@ Next, on your local machine: 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'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. |