Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Running with docker

Stéphane Traumat edited this page Jun 24, 2017 · 23 revisions

Before using Docker you have to install it on your system with those documentations : Docker Installation & Docker Compose Installation. To avoid having to sudo every command, please do sudo gpasswd -a $USER docker.

With docker you can easily launch a full platform with bitcoind, neo4j and a tomcat including blockchain2graph.war.

You can start the three images with the command : docker-compose up -d

After launch, you can see blockchain2graph console at http://localhost:8080/blockchain2graph/ and the neo4j console at http://localhost:7474/browser/

note : if you need to view logs, just type : sudo docker-compose logs -f

Clone this wiki locally