aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-31 15:29:22 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-22 11:23:48 +0100
commit21cc4b54efdba64fe6e03332aad1941cebad68dc (patch)
tree127c0c7e530aef9b12b72f3e2aa58ff551949e51
parent66e6ab8f647db2f6bbec04907577458a9687362f (diff)
Add note that thin is installed by the installation script
Not passenger.
-rw-r--r--docs/installing/deploy.md3
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.