diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/install/index.md | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
Diffstat (limited to 'docs/install/index.md')
-rw-r--r-- | docs/install/index.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/install/index.md b/docs/install/index.md new file mode 100644 index 000000000..ebd4a8d7e --- /dev/null +++ b/docs/install/index.md @@ -0,0 +1,32 @@ +--- +layout: page +title: Installing +--- + +# Installing FixMyStreet Platform + +<p class="lead"> + There are several options for installing the FixMyStreet platform. Unless + you're confident deploying web applications, we recommend you use the + installation script or the AMI for Amazon EC2. +</p> + +## Four ways to install + +* [Use an install script for Debian or Ubuntu servers]({{ "/install/install-script/" | relative_url }}) +* [Use a FixMyStreet AMI for Amazon EC2]({{ "/install/ami/" | relative_url }}) +* [Vagrant installation]({{ "/install/vagrant/" | relative_url }}), for development +* [Install the software manually]({{ "/install/manual-install/" | relative_url }}) + +FixMyStreet is a web application written in Perl, using the Catalyst framework. +Installation deploys the core code and also manages its dependencies. + +If you're not technical, this can be a little daunting — if you haven't +already done so, [get in touch]({{ "/community" | relative_url }}) and ask for help. + +Please also see the instructions for [updating your code](/updating/) once it's installed. + +If you're trying to set a FixMyStreet project up outside the UK, let the +[international team](https://www.mysociety.org/about/mysociety-around-the-world/) +know by emailing +<a href="mailto:international@mysociety.org">international@mysociety.org</a>. |