diff options
author | Marius Halden <marius.h@lden.org> | 2019-10-30 19:28:55 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2019-10-30 19:28:55 +0100 |
commit | 377bd96aab7cad3434185c30eb908c9da447fe40 (patch) | |
tree | 7ec5527e205d5b62caaa862a7de8cd25199c8bf0 /docs/install/index.md | |
parent | 56f61b1441070aa0b9ddcfc74aca46c20313609f (diff) | |
parent | 92b253904062edd533e55c22824de6fd01e2f7c1 (diff) |
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'docs/install/index.md')
-rw-r--r-- | docs/install/index.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/install/index.md b/docs/install/index.md new file mode 100644 index 000000000..e0feadea7 --- /dev/null +++ b/docs/install/index.md @@ -0,0 +1,27 @@ +--- +layout: page +title: Installing +--- + +# Installing FixMyStreet Platform + +<p class="lead"> + There are several options for installing the FixMyStreet platform, + including Docker, an AMI for Amazon EC2 or an installation script. +</p> + +## Ways to install + +* [Use Docker]({{ "/install/docker/" | relative_url }}) +* [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. |