forked from coop-cloud/discourse
A platform for community discussion.
.drone.yml | ||
.env.sample | ||
compose.smtpauth.yml | ||
compose.yml | ||
README.md |
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--pass
if you'd like to save secrets inpass
)abra app YOURAPPDOMAIN config
- be sure to change$DOMAIN
to 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/discourse
RAILS_ENV=production bundle exec rake admin:create
and follow prompts.
Install plugins
- Login to instance
abra app run APPNAME app sh
cd /bitnami/discourse/plugins/
git clone plugingit
for examplehttps://github.com/discourse/discourse-openid-connect.git
abra app restart APPNAME app
Setup Notes
Until issue #1 is fixed, the default user is user
and the default password is bitnami123