From 681be184dff4a85c498c69282dd274ff2b2e483e Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 1 Dec 2021 13:54:43 +0100 Subject: [PATCH] Update README --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7861ae5..0a528e3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ # mattermost -TODO - * **Category**: -* **Status**: +* **Status**: * **Image**: -* **Healthcheck**: -* **Backups**: -* **Email**: -* **Tests**: -* **SSO**: +* **Healthcheck**: N +* **Backups**: N +* **Email**: +* **Tests**: N +* **SSO**: N @@ -19,13 +17,12 @@ TODO 1. Set up Docker Swarm and [`abra`] 2. Deploy [`coop-cloud/traefik`] -3. `abra app new ${REPO_NAME} --secrets` (optionally with `--pass` if you'd like +3. `abra app new --secrets --app-name YOURAPPNAME mattermost` (optionally with `--pass` if you'd like to save secrets in `pass`) -4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to +4. `abra app config YOURAPPNAME` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box -5. `abra app YOURAPPDOMAIN deploy` +5. `abra app deploy YOURAPPNAME` 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 --cloud/traefik