From b0af86514a1b55c3704dbfdcde7b4cde50e566c0 Mon Sep 17 00:00:00 2001 From: Will Ruddick Date: Fri, 16 Jul 2021 10:42:19 +0000 Subject: [PATCH] Update misc-commands.md --- misc-commands.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/misc-commands.md b/misc-commands.md index 20740dd..a3dbd7f 100644 --- a/misc-commands.md +++ b/misc-commands.md @@ -1,5 +1,18 @@ + # Environment +git clone https://gitlab.com/grassrootseconomics/cic-internal-integration/ + +RUN_MASK=3 COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 DEV_FAUCET_AMOUNT=100000000 TOKEN_TYPE=erc20_demurrage_token docker-compose up --build +that should set you up, and then you need to determine when the setup is done by running: + +docker container ls -a +then choosing the name of the contract migration container: + +docker logs -f +when that logs exits, you're good + + ## no containers or volumes leftover from previous attempts cd apps/data-seeding