diff --git a/README.md b/README.md index e089bfd..02f85d6 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ the [`abra.sh`](./abra.sh) for more. 1. `abra app new mastodon` 1. `abra app cmd secrets --local` -1. `abra app config ` +1. `abra app secret insert smtp_password v1 ` +1. `abra app config ` (uncomment SMTP details) 1. `abra app deploy ` -1. `abra app cmd setup` +1. `abra app cmd 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/_app/_data And finally, within the `app` container, create an admin account: ``` -abra app cmd admin "" "" +abra app cmd admin -- ``` ## Tips & tricks