debian:
1. 安装服务端
wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee /etc/apt/sources.list.d/neo4j.list
apt-get update
apt-get install neo4j-enterprise
2. 安装客户端
apt-get install neo4j-client libneo4j-client-dev
3.cankao:
http://debian.neo4j.org/
4. use
http://www.cnblogs.com/kerrycode/p/6526484.html