diff --git a/Setting-up-a-Hub.md b/Setting-up-a-Hub.md index 9946c1c..0231e3a 100644 --- a/Setting-up-a-Hub.md +++ b/Setting-up-a-Hub.md @@ -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