diff --git a/README.md b/README.md index 7849ad7..427be71 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,26 @@ User interface for authoring eLearning courses using the Adapt framework β€’ https://github.com/adaptlearning/adapt_authoring + +* **Category**: Apps +* **Status**: ❸🍎 +* **Image**: [`3wordchant/adaptauthoring`](https://hub.docker.com/r/3wordchant/adaptauthoring), βΉπŸ’£, own +* **Healthcheck**: Yes +* **Backups**: No +* **Email**: No +* **Tests**: β·πŸ’› +* **SSO**: No + + ## Basic usage 1. Set up Docker Swarm and [`abra`] 2. Deploy [`compose-stacks/traefik`] -3. `git clone https://git.autonomic.zone/compose-stacks/adapt_authoring.git && cd adapt_authoring` -3. `cp .envrc.sample .envrc` -4. Edit `.envrc` - be sure to change `DOMAIN` to something that resolves to +3. `abra app new adaptauthoring --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. Generate secrets: - ``` - abra secret_generate admin_password v1 - abra secret_generate secret_key v1 - ``` -6. `direnv allow` (or `. .envrc`) -7. `abra deploy` +5. `abra app YOURAPPDOMAIN deploy` [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra [`compose-stacks/traefik`]: https://git.autonomic.zone/compose-stacks/traefik