- Check out this repository
- Run
./db/bin/neo4j start
- Run
./db/bin/neo4j-shell -file import.cql
- Visit
http://localhost:1896
in your browser
- Check out this repository
- Download Neo4j
- Run the
neo4j-shell.bat
command from your Neo4j installation with the-file
argument, passing it the path for theimport.cql
file from this repository - Visit the Neo4j URL in your browser (default is
http://localhost:7474
)