Go to file
Louis Holbrook fffb2bc3f4 Merge branch 'lash/faucet-workaround' into 'master'
Empty config dir in faucet setup

See merge request grassrootseconomics/cic-internal-integration!240
2021-08-18 06:34:08 +00:00
apps Empty config dir in faucet setup 2021-08-18 06:34:07 +00:00
ci_templates Faster local builds with base image and buildkit and run all unit tests 2021-07-10 15:46:14 +00:00
scripts/initdb Add chainsync db 2021-04-15 21:22:07 +00:00
.gitignore Faster local builds with base image and buildkit and run all unit tests 2021-07-10 15:46:14 +00:00
.gitlab-ci.yml move files out of scripts folder to their own dir 2021-05-20 14:31:08 +00:00
.gitmodules cic cache build 2021-02-18 05:04:30 +00:00
README.md Bvander/fix mono repo 2021-02-11 10:14:30 +00:00
docker-compose.yml Fix configs after cic-base remove merges 2021-08-17 16:52:17 +00:00

README.md

cic-internal-integration

Getting started

Make some keys

docker build -t bloxie . && docker run -v "$(pwd)/keys:/root/keys" --rm -it -t bloxie account new --chain /root/bloxberg.json --keys-path /root/keys

Prepare the repo

This is stuff we need to put in makefile but for now...

File mounts and permisssions need to be set

chmod -R 755 scripts/initdb apps/cic-meta/scripts/initdb

start cluster

docker-compose up

stop cluster

docker-compose down

delete data

docker-compose down -v

rebuild an images

docker-compose up --build <service_name>

Deployment variables are writtend to service-configs/.env after everthing is up.