diff --git a/README.md b/README.md index 8f50929b..058d36bd 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,15 @@ git submodule update --init --recursive ``` ### Step 6: During the first run let MySQL initialize (wait for about a minute) ```bash -docker-compose -p polymesh -f docker-compose-local.yml up -d mysql +make sql ``` ### Step 7: Then build the other docker containers ```bash -docker-compose -p polymesh -f docker-compose-local.yml up --build +make start +``` +### Step 8: To cleanup the state run +```bash +docker-compose -p polymesh -f docker-compose-local.yml down -v ``` ## Links to applications diff --git a/explorer-api b/explorer-api index 3044c52e..5171fc45 160000 --- a/explorer-api +++ b/explorer-api @@ -1 +1 @@ -Subproject commit 3044c52e5d2184d5982d4e810824bbe11183e95d +Subproject commit 5171fc453a235f90250386f77552b27ce1bcae5d diff --git a/harvester b/harvester index 0a248850..98d0f473 160000 --- a/harvester +++ b/harvester @@ -1 +1 @@ -Subproject commit 0a248850700a6ac01b7f24fa08dce4dad387ec61 +Subproject commit 98d0f473c642d6a99a236791618fe313058206e5