"Fossies" - the Fresh Open Source Software Archive

Member "discourse-3.1.1/docs/INSTALL.md" (12 Sep 2023, 1828 Bytes) of package /linux/www/discourse-3.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the last Fossies "Diffs" side-by-side code changes report for "INSTALL.md": 3.0.6_vs_3.1.0.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


How Do I Install Discourse?

🔔 The only officially supported installs of Discourse are Docker based. You must have SSH 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

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

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.

Hardware Requirements

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.