Go to file
Blair Vanderlugt 4131bfea7c replace deploy image 2021-08-28 16:05:11 -07:00
apps docker vm builds 2021-08-28 16:26:16 +00:00
ci_templates move the kaniko image to no be default 2021-08-23 09:54:05 -07:00
kubernetes try a kustomize build 2021-08-28 15:42:08 -07:00
scripts try a kustomize build 2021-08-28 15:42:08 -07:00
.gitignore remove af secrets 2021-08-24 14:24:35 -07:00
.gitlab-ci.yml replace deploy image 2021-08-28 16:05:11 -07:00
.gitmodules cic cache build 2021-02-18 05:04:30 +00:00
README.md reverting to fffb2bc3f4 2021-08-21 13:23:43 -04:00
docker-compose.yml try a kustomize build 2021-08-28 15:42:08 -07: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.