Update README for new abra

[ci skip]
This commit is contained in:
3wc 2021-03-02 20:21:14 +02:00
parent 56a9a0cb44
commit 4fea8d4b39
1 changed files with 10 additions and 9 deletions

View File

@ -15,16 +15,17 @@
* **SSO**: N/A
<!-- endmetadata -->
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `cp .envrc.sample .envrc`
4. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to
## Basic usage
1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`coop-cloud/traefik`][cc-traefik]
3. `abra app new selfoss --secrets` (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
your Docker swarm box
5. `direnv allow` (or `. .envrc`)
6. `abra secret_generate db_password v1`
7. `abra deploy`
5. `abra app YOURAPPDOMAIN deploy`
9. Open the configured domain in your browser to finish set-up
[Selfoss]: https://www.selfoss.aditu.de/
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik
[abra]: https://git.autonomic.zone/coop-cloud/abra
[cc-traefik]: https://git.autonomic.zone/coop-cloud/traefik