From 09eccf8fdba35037ca5b5d10a7e16840f0118367 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 8 Sep 2020 19:01:20 +0200 Subject: [PATCH] Document how to create an initial user --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6cfb82..0ebe974 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Matrix Synapse, based on official `martixdotorg/synapse` image. 3. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to your Docker swarm box 4. `direnv allow` (or `. .envrc`) -8. `abra deploy` +5. `abra deploy` +6. `abra service_run synapse` to open a shell +7. `register_new_matrix_user -c /data/homeserver.yaml http://localhost:8008` [abra]: https://git.autonomic.zone/autonomic-cooperative/abra [compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik