= Discourse Admin = We are running an instance of [https://www.discourse.org/ discourse] on septima. User facing documentation: [wiki:comment]. It was installed by following the [https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md discourse install directions], which essentially automate the installation of a docker app. It's not ideal - since it pulls images from docker's repo, however, the complexity of this app makes a manual installation seem overwhelming. The x509 certificate is automatically handled by letsencrypt. The email is relayed via bulk.mayfirst.org. We are running the [https://github.com/discourse/discourse-oauth2-basic oauth plugin], which is automatically kept up to date via our edit to the containers/app.yml file as described in the [https://meta.discourse.org/t/install-a-plugin/19157 install a plugin page]. == Logging in == There is a `discourse-admin` user with credentials in [wiki:keyringer keyringer] tied to `discourse@mayfirst.org` email address. == Upgrading == TBD.