docs: more commands, less quotes [ci skip]

This commit is contained in:
decentral1se 2023-02-17 09:51:09 +01:00
parent 0178ee3560
commit e7898a5eea
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 3 deletions

View File

@ -22,9 +22,10 @@ the [`abra.sh`](./abra.sh) for more.
1. `abra app new mastodon`
1. `abra app cmd <domain> secrets --local`
1. `abra app config <domain>`
1. `abra app secret insert <domain> smtp_password v1 <password>`
1. `abra app config <domain>` (uncomment SMTP details)
1. `abra app deploy <domain>`
1. `abra app cmd <domain> setup`
1. `abra app cmd <domain> streaming setup`
Then, on your host (outside of the containers), you'll need to fix permissions
for the volume (see [#10](https://git.coopcloud.tech/coop-cloud/mastodon/issues/10)):
@ -36,7 +37,7 @@ chown -R 991:991 /var/lib/docker/volumes/<domain>_app/_data
And finally, within the `app` container, create an admin account:
```
abra app cmd <domain> admin "<username>" "<email>"
abra app cmd <domain> admin -- <username> <email>
```
## Tips & tricks