Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.61 KB

INSTALL.md

File metadata and controls

33 lines (21 loc) · 1.61 KB

How Do I Install Discourse?

Simple 30 minute basic install: Beginner Docker install guide

Powerful, flexible, large or multiple server install: Advanced Docker install guide

The only officially supported installs of Discourse are the Docker 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.

Hardware Requirements

  • Dual core CPU recommended
  • 1 GB RAM minimum (with swap)
  • 64 bit Linux compatible with Docker

Software Requirements

Security

We take security very seriously at Discourse, and all our code is 100% open source and peer reviewed. Please read our security guide for an overview of security measures in Discourse.