887799962f152e77dcdeadd780f7efd8cd21855c
python setup.py install to work without it fussing:
``` => => # Processing dependencies for cic-cache==0.3.1 => => # Searching for eth-contract-registry~=0.7.1a2 => => # Reading https://pypi.org/simple/eth-contract-registry/ => => # Couldn't retrieve index page for 'eth-contract-registry' => => # Scanning index of all packages (this may take a while) => => # Reading https://pypi.org/simple/ ```
cic-internal-integration
Getting started
This repo uses docker-compose and docker buildkit. Set the following environment variables to get started:
export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1
start services, database, redis and local ethereum node
docker-compose up -d
Run app/contract-migration to deploy contracts
RUN_MASK=3 docker-compose up contract-migration
stop cluster
docker-compose down
stop cluster and delete data
docker-compose down -v --remove-orphans
rebuild an images
docker-compose up --build <service_name>
to delete the buildkit cache
docker builder prune --filter type=exec.cachemount
Description
Languages
Python
88.8%
TypeScript
4.3%
Shell
3.7%
JavaScript
2%
Dockerfile
0.7%
Other
0.4%