You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
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