Initial import

This commit is contained in:
3wc
2020-09-24 01:37:36 +02:00
commit dc81610de1
4 changed files with 151 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# CodiMD
[CodiMD][codimd] using Coöp Cloud ♥
1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`compose-stacks/traefik`][compose-traefik]
3. `cp .envrc.sample .envrc`
4. Edit `.envrc` - 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`
9. Create initial user:
```
abra run codimd bash
. /docker-entrypoint2.sh -e
bin/manage_users
```
[selfoss]: https://www.selfoss.aditu.de/
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
[compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik