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/how-it-works.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/how-it-works.md')
-rw-r--r-- | docs/how-it-works.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/how-it-works.md b/docs/how-it-works.md index 778563710..ea313de6b 100644 --- a/docs/how-it-works.md +++ b/docs/how-it-works.md @@ -68,10 +68,7 @@ If you want to get FixMyStreet up and running, this is what you need to do: <h3 id="install_the_software">2. Install the software</h3> </dt> <dd> - <ul> - <li><a href="{{ "/install/install-script" | relative_url }}">on your own server</a></li> - <li><a href="{{ "/install/ami" | relative_url }}">on an Amazon Web Services EC2 server</a></li> - </ul> + <p>See the <a href="{{ "/install/" | relative_url }}">various ways to install</a> the software.</p> </dd> <dt> <h3 id="get_the_data_for_the_areas_you_want_to_cover">3. Get the data for the areas you want to cover</h3> |