Introduction

Discourse is an open-source discussion platform. You can use Discourse as a mailing list, a discussion forum, or a long-form chat room. In this tutorial, you will install Discourse in an isolated environment using Docker, a containerization application.

Prerequisites

Before you get started, there are a few things you will need:

Step 1 — Downloading Discourse

Before downloading and installing Discourse, create the /var/discourse directory. This is where all your Discourse-related files will reside:

sudo mkdir /var/discourse

Finally, clone the official Discourse Docker Image into /var/discourse:

sudo git clone https://github.com/discourse/discourse_docker.git /var/discourse

With the Discourse Docker image in place, you can now install and configure your platform.

#ubuntu 20.04 #discourse #docker #docker

How To Install Discourse on Ubuntu 20.04 |
9.80 GEEK