Some checks failed
continuous-integration/drone/pr Build is failing
Discourse
A platform for community discussion
- Category: Apps
- Status:
- Image:
bitnami/discourse - Healthcheck: yes
- Backups: no
- Email: yes
- Tests: no
- SSO: no
Basic usage
- Set up Docker Swarm and
abra - Deploy
coop-cloud/traefik abra app new discourse --secrets(optionally with--passif you'd like to save secrets inpass)abra app YOURAPPDOMAIN config- be sure to change$DOMAINto something that resolves to your Docker swarm boxabra app YOURAPPDOMAIN deploy- Open the configured domain in your browser to finish set-up
To add a new Admin user
- Login to the instance
abra app run APPNAME app sh cd /opt/bitnami/discourseRAILS_ENV=production bundle exec rake admin:createand follow prompts.
Install plugins
- Login to instance
abra app run APPNAME app sh cd /bitnami/discourse/plugins/git clone plugingitfor examplehttps://github.com/discourse/discourse-openid-connect.gitabra app restart APPNAME app
Setup Notes
Until issue #1 is fixed, the default user is user and the default password is bitnami123
Languages
Shell
100%