一:linux下安装
环境:
ubuntu14.04
neo4j-enterprise-1.9.4-unix.tar.gz
neo4j-enterprise-2.3.0-M02同样可行
单机:
1.下载neo4j并解压:

地址:​​http://neo4j.com/download/other-releases/​

2.运行启动neo4j:

./neo4j-enterprise-1.9.4/bin/neo4j start

如果不在本机访问需要修改配置:

./neo4j-enterprise-1.9.4/bin/neo4j restart

重启:

./neo4j-enterprise-1.9.4/bin/neo4j restart

3.执行访问:
​​​http://127.0.0.1:7474​​或者:

./neo4j-enterprise-1.9.4/bin/neo4j-shell

集群麻烦点,需要另外配置。
neoclipse是连接neo4j的工具,推荐使用。

二:window下安装
环境:
window 8.1

单机:
1.下载安装:
​​​http://neo4j.com/download/other-releases/​​​
我选的是Neo4j 2.3.1 (zip)

2.直接运行就行:start

3.访问:
​​​http://127.0.0.1:7474​​​