diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-07-09 18:04:53 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-07-09 18:04:53 +0100 |
commit | 2f2852afe9fec3b05a165cec36395f6788507b2b (patch) | |
tree | 1c275d87c8c86cf2ef96e4cc395332d0d433a32e /docs/installing | |
parent | 7ea3c5cce272311ce76b7bc438377f90959635a7 (diff) |
fix installation (overview) lead para
Whoops, this at some point became the deployment page's
lead para.
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/index.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/installing/index.md b/docs/installing/index.md index f722ff512..ff132861c 100644 --- a/docs/installing/index.md +++ b/docs/installing/index.md @@ -6,10 +6,12 @@ title: Installing # Installing Alaveteli <p class="lead"> - Although you can install Alaveteli and just change it when you need it, we - recommend you adopt a way of <strong>deploying</strong> it automatically. - This has several advantages, especially for your - <a href="{{ site.baseurl }}docs/glossary/#production" class="glossary__link">production server</a>. + There are a number of ways to install Alaveteli. + We've made an Amazon Machine Image (AMI) so you can quickly deploy on + Amazon EC2 (handy if you just want to evaluate it, for example). + If you prefer to use your own server, there's an installation script + which does most of the work for you, or you can follow the manual + installation instructions. </p> ## Before you start |