- Install docker and docker-compose https://docs.docker.com/install/linux/docker-ce/debian/ https://docs.docker.com/compose/install/
git clone https://github.com/HorizenOfficial/compose-sample-explorer && cd compose-sample-explorer
- Change default zend RPC user:password in .env and bitcore-node.json
- Start with
docker-compose up -d
- Start with
docker-compose -f docker-compose.testnet.yml up -d
It is possible that newer versions of Docker may fail when building the image. In those cases use:
docker-compose disable-v2
docker-compose up -d