Skip to content

Setup Discourse for ReST API testing

Revant Nandgaonkar edited this page Jun 12, 2021 · 5 revisions

Execute following commands:

wget https://raw.githubusercontent.com/bitnami/bitnami-docker-discourse/master/docker-compose.yml
sed -i -e 's|www.example.com|discourse.localhost|g' docker-compose.yml
docker-compose up -d

Wait for discourse container to start then visit http://discourse.localhost

DISCOURSE_USERNAME: Discourse application username. Default: user DISCOURSE_PASSWORD: Discourse application password. Default: bitnami123

https://github.com/bitnami/bitnami-docker-discourse#user-and-site-configuration

Clone this wiki locally