From 1e5c3996b0dc908312a5394b1e97b35cb6c8244e Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Sat, 8 May 2021 21:55:44 +0100 Subject: [PATCH] docs: added install docs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 329809c..096a41d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Your self-hosted, globally interconnected microblogging community * **Category**: * **Status**: -* **Image**: [`mastodon`](https://hub.docker.com/r/tootsuite/mastodon) +* **Image**: [`tootsuite/mastodon`](https://hub.docker.com/r/tootsuite/mastodon) * **Healthcheck**: * **Backups**: * **Email**: @@ -17,12 +17,12 @@ Your self-hosted, globally interconnected microblogging community 1. Set up Docker Swarm and [`abra`] 2. Deploy [`coop-cloud/traefik`] -3. `abra app new mastodon --secrets` (optionally with `--pass` if you'd like - to save secrets in `pass`) +3. `abra app new mastodon` 4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to - your Docker swarm box -5. `abra app YOURAPPDOMAIN deploy` -6. Open the configured domain in your browser to finish set-up + your Docker swarm box. Install the npm package webpush to create VAPID keys `npm install web-push -g && web-push generate-vapid-keys`. +5. `abra app YOURAPPDOMAIN deploy --no-domain-poll`. App will fail for now. +6. `abra app mastodon run streaming rake db:setup` +7. Open the configured domain in your browser to finish set-up. To make an admin account `abra app mastodon run web "bin/tootctl accounts create coolusername --email helo@autonomic.zone --confirmed --role admin"` [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra [`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik