From c94900e55e85df9957314d37a6bd1b5c4a1a4233 Mon Sep 17 00:00:00 2001 From: Alex Grin <362784+lyoshenka@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:05:16 -0400 Subject: [PATCH] Updated Setting up a Hub (markdown) --- Setting-up-a-Hub.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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