|
Quick start
Install the latest version of Neo4j from http://neo4j.com/download/
Windows users: Install desktop application & then click the start button
Mac/Linux: Unpack the tarball & then ./bin/neo4j start
Download import.cql to your machine
Import the data into Neo4j:- cd neo4j-community-2.2.2
- ./bin/neo4j-shell --file import.cql
复制代码 Open http://localhost:7474 and you’re good to go
|
|