diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-22 11:25:06 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-22 11:25:06 +0100 |
commit | 9b96f35a7975004bc415c02e702663b70a43b675 (patch) | |
tree | bd2f7193b3ab6263489560593e1aad905072be23 | |
parent | 16405b8e8ce61e68af694d6a0653cbbc6e305906 (diff) |
Explain how thin is installed
Plucked from 018842285cade549d4b238373fb5acf69e7439db (Louise Crow)
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 84338a5c4..64875e3ab 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -423,7 +423,7 @@ See later in the guide for configuring the Apache web server with Passenger. ### Using Thin Thin is a lighter-weight application server which can be run independently of -a web server. +a web server. Thin will be installed in the application bundle and used to run Alaveteli by default. Run the following to get the server running: |