Follow new exciting README standard
continuous-integration/drone/push Build is failing Details

See coop-cloud/organising#31
This commit is contained in:
3wc 2021-03-02 18:38:30 +02:00
parent 2cabc6a584
commit b6612ad56f
1 changed files with 15 additions and 10 deletions

View File

@ -4,21 +4,26 @@
User interface for authoring eLearning courses using the Adapt framework • https://github.com/adaptlearning/adapt_authoring
<!-- metadata -->
* **Category**: Apps
* **Status**: ❸🍎
* **Image**: [`3wordchant/adaptauthoring`](https://hub.docker.com/r/3wordchant/adaptauthoring), ❹💣, own
* **Healthcheck**: Yes
* **Backups**: No
* **Email**: No
* **Tests**: ❷💛
* **SSO**: No
<!-- endmetadata -->
## 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