From c65ea6663e7b67d4567d950e343352d224c50cbe Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 15 Feb 2023 01:37:57 +0100 Subject: [PATCH] docs: more setup steps --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6089fdd..95d8889 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,15 @@ the [`abra.sh`](./abra.sh) for more. 1. `abra app config ` 1. `abra app deploy ` -You can insert the `smtp_password` with the following: +Then, on your host (outside of the containers), you'll need to fix permissions +for the volume (see [#2](https://git.autonomic.zone/coop-cloud/hometown/issues/2)): ``` -$ abra app secret insert smtp_password v1 +chown -R 991:991 /var/lib/docker/volumes/_app/_data +``` + +And finally, within the `app` container, create an admin account: + +``` +abra app cmd admin "" "" ```