From 8d551cfda12f706c358183b3a453a6da3b6d1914 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 31 Dec 2016 01:05:46 -0800 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index f03a215f36e..e1d21f90641 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -2,13 +2,12 @@ > :bell: The only officially supported installs of Discourse are [Docker](https://www.docker.io/) based. You must have access to a 64-bit Linux server **with Docker support**. We regret that we cannot support any other methods of installation including cpanel, plesk, webmin, etc. -Simple 30 minute basic install: +Simple 30 minute basic install: [**Beginner Docker install guide**][basic] -Powerful, flexible, large or multiple server install: +Powerful, flexible, large / multiple server install: [**Advanced Docker install guide**][advanced] - ### Why do you only officially support Docker? Hosting Rails applications is complicated. Even if you already have Postgres, Redis and Ruby installed on your server, you still need to worry about running and monitoring your Sidekiq and Rails processes, as well as configuring Nginx. With Docker, our fully optimized Discourse configuration is available to you in a simple container, along with a web-based GUI that makes upgrading to new versions of Discourse as easy as clicking a button.