diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 17:16:44 +0100 |
---|---|---|
committer | Sam Pearson <sam@sgp.me.uk> | 2018-09-28 14:37:04 +0100 |
commit | 7149fb72f685d4950835d25c045ce96b13ef496f (patch) | |
tree | 5fbc8df921628c6dfef394d18a619345a39b4473 /docs/install/index.md | |
parent | d5aeacbfeca3b9f07ff846dcb6f877ac4e59095f (diff) |
[Docs] Initial documentation for Docker installations
This adds details of our Docker images and the example Docker
Compose environment, including notes on how to use this with
a cobrand and how to customise the database configuration.
Diffstat (limited to 'docs/install/index.md')
-rw-r--r-- | docs/install/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install/index.md b/docs/install/index.md index ebd4a8d7e..22abb263d 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -6,13 +6,13 @@ 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. + There are several options for installing the FixMyStreet platform, + including Docker, an AMI for Amazon EC2 or an installation script. </p> -## Four ways to install +## 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 |