Go to file
Blair Vanderlugt b26a14e8ca cic cache build 2021-02-18 05:04:30 +00:00
apps cic cache build 2021-02-18 05:04:30 +00:00
ci_templates Bump requirement for signer, fixing RLP bug 2021-02-07 17:40:39 +00:00
scripts/initdb meta docker compose 2021-02-09 17:32:36 +00:00
service-configs Update apps/cic-eth/.gitlab-ci.yml, ci_templates/.cic-template.yml, apps/contract-migration/.gitlab-ci.yml files 2021-02-04 04:36:32 +00:00
.gitignore Update apps/cic-eth/.gitlab-ci.yml, ci_templates/.cic-template.yml, apps/contract-migration/.gitlab-ci.yml files 2021-02-04 04:36:32 +00:00
.gitlab-ci.yml cic cache build 2021-02-18 05:04:30 +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 cic cache build 2021-02-18 05:04:30 +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.