This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# How to run Neo4j GraphGists locally? | |
git clone https://github.com/neo4j-contrib/rabbithole | |
cd rabbithole | |
mvn clean test-compile | |
mvn exec:java& | |
sleep 20 | |
# GraphGists only run in your browser, so in your asciidoc-file use the attribute at the top :neo4j-version: local |