mattermost/README.md

29 lines
735 B
Markdown
Raw Permalink Normal View History

2021-11-24 15:53:30 +00:00
# mattermost
<!-- metadata -->
* **Category**:
2021-12-01 12:54:43 +00:00
* **Status**:
2021-11-24 15:53:30 +00:00
* **Image**:
2021-12-01 12:54:43 +00:00
* **Healthcheck**: N
* **Backups**: N
* **Email**:
* **Tests**: N
* **SSO**: N
2021-11-24 15:53:30 +00:00
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
2021-12-01 12:54:43 +00:00
3. `abra app new --secrets --app-name YOURAPPNAME mattermost` (optionally with `--pass` if you'd like
2021-11-24 15:53:30 +00:00
to save secrets in `pass`)
2021-12-01 12:54:43 +00:00
4. `abra app config YOURAPPNAME` - be sure to change `$DOMAIN` to something that resolves to
2021-11-24 15:53:30 +00:00
your Docker swarm box
2021-12-01 12:54:43 +00:00
5. `abra app deploy YOURAPPNAME`
2021-11-24 15:53:30 +00:00
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra
[`coop-cloud/traefik`]: https://git.coopcloud.tech/coop-cloud/traefik