Update INSTALL.md

This commit is contained in:
Jeff Atwood 2016-12-31 01:04:27 -08:00 committed by GitHub
parent 225e6703ba
commit e2f22c2065
1 changed files with 3 additions and 2 deletions

View File

@ -1,16 +1,17 @@
# How Do I Install Discourse?
> :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:
[**Beginner Docker install guide**][basic]
Powerful, flexible, large or multiple server install:
[**Advanced Docker install guide**][advanced]
The only officially supported installs of Discourse are the [Docker](https://www.docker.io/) based beginner and advanced installs. We regret that we cannot support any other methods of installation.
### 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. Additionally, our Docker install comes bundled with a web-based GUI that makes upgrading to new versions of Discourse as easy as clicking a button.
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.
### Hardware Requirements