From 72266ada905d54c2e391f3f1aaa31f5d76047867 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Tue, 16 Nov 2021 11:10:51 -0800 Subject: [PATCH] Add some useful instructions for setting up users and installing plugins --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 021e19d..c4f8d6e 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,20 @@ A platform for community discussion [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra [`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik + +## To add a new Admin user + +1. Login to the instance `abra app run APPNAME app sh` +2. `cd /opt/bitnami/discourse` +3. `RAILS_ENV=production bundle exec rake admin:create` and follow prompts. + +## Install plugins + +1. Login to instance `abra app run APPNAME app sh` +2. `cd /bitnami/discourse/plugins/` +3. `git clone plugingit` for example `https://github.com/discourse/discourse-openid-connect.git` +4. `abra app restart APPNAME app` + +## Setup Notes + +Until issue #1 is fixed, the default user is `user` and the default password is `bitnami123`