diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-04-22 15:48:14 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-04-22 16:10:33 +0100 |
commit | d87bbd9195ce5f72c1812c9dfbd5bbcd550e7e9f (patch) | |
tree | 555bbb36e02e34b53da12db996002ab41bf05ec9 /installing/index.md |
initial githubpages commit on orphan branch
Diffstat (limited to 'installing/index.md')
-rw-r--r-- | installing/index.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/installing/index.md b/installing/index.md new file mode 100644 index 000000000..3db72e60f --- /dev/null +++ b/installing/index.md @@ -0,0 +1,28 @@ +--- +layout: page +title: Installing +--- + +# Installing Alaveteli + +<p class="lead"> + + 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. +</p> + +## Installing the core code + +* [Install on Amazon EC2]({{ site.baseurl }}installing/ami) using our AMI +* [Use the installation script]({{ site.baseurl }}installing/script) which does the full installation on your own server +* [Manual installation]({{ site.baseurl }}installing/script) -- step-by-step instructions + +If you're setting up a development server on MacOS X, we've also got [MacOS installation instructions]({{ site.baseurl }}installing/macos). + +## Other installation information + +Alaveteli needs to be able to send and receive email, so you need to setup your MTA (Mail Transfer Agent) appropriately. + +* [Installing the MTA]({{ site.baseurl }}installing/exim4) + + |