docs: added install docs
This commit is contained in:
parent
8f88c180d9
commit
1e5c3996b0
12
README.md
12
README.md
@ -5,7 +5,7 @@ Your self-hosted, globally interconnected microblogging community
|
|||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
* **Category**:
|
* **Category**:
|
||||||
* **Status**:
|
* **Status**:
|
||||||
* **Image**: [`mastodon`](https://hub.docker.com/r/tootsuite/mastodon)
|
* **Image**: [`tootsuite/mastodon`](https://hub.docker.com/r/tootsuite/mastodon)
|
||||||
* **Healthcheck**:
|
* **Healthcheck**:
|
||||||
* **Backups**:
|
* **Backups**:
|
||||||
* **Email**:
|
* **Email**:
|
||||||
@ -17,12 +17,12 @@ Your self-hosted, globally interconnected microblogging community
|
|||||||
|
|
||||||
1. Set up Docker Swarm and [`abra`]
|
1. Set up Docker Swarm and [`abra`]
|
||||||
2. Deploy [`coop-cloud/traefik`]
|
2. Deploy [`coop-cloud/traefik`]
|
||||||
3. `abra app new mastodon --secrets` (optionally with `--pass` if you'd like
|
3. `abra app new mastodon`
|
||||||
to save secrets in `pass`)
|
|
||||||
4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to
|
4. `abra app YOURAPPDOMAIN config` - be sure to change `DOMAIN` to something that resolves to
|
||||||
your Docker swarm box
|
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`
|
5. `abra app YOURAPPDOMAIN deploy --no-domain-poll`. App will fail for now.
|
||||||
6. Open the configured domain in your browser to finish set-up
|
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
|
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
|
||||||
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik
|
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik
|
||||||
|
Loading…
Reference in New Issue
Block a user