Update misc-commands.md

This commit is contained in:
Will Ruddick 2021-07-16 10:42:19 +00:00
parent 35ddf434b4
commit b0af86514a
1 changed files with 13 additions and 0 deletions

View File

@ -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 <docker_container_name_of_contract_migration>
when that logs exits, you're good
## no containers or volumes leftover from previous attempts
cd apps/data-seeding