Updated Setting up a Hub (markdown)
parent
b50d9f9ae8
commit
c94900e55e
1 changed files with 19 additions and 1 deletions
|
@ -70,9 +70,27 @@ docker compose up -d lbcd
|
|||
|
||||
wait for it to sync fully (how will they know?)
|
||||
|
||||
|
||||
## then start scribe and let it sync (takes two days)
|
||||
|
||||
## then start the rest of the docker-compose
|
||||
```
|
||||
docker compose up -d scribe
|
||||
```
|
||||
|
||||
wait for it to sync
|
||||
|
||||
## then start elastic sync and wait for that
|
||||
|
||||
```
|
||||
docker compose up -d scribe_elastic_sync
|
||||
```
|
||||
|
||||
wait for it to sync
|
||||
|
||||
|
||||
## finally start herald
|
||||
|
||||
|
||||
|
||||
## federation
|
||||
|
||||
|
|
Loading…
Reference in a new issue