hello cc

neo4j set up

Posted on 2017-07-06 14:05  星际海盗  阅读(109)  评论(0编辑  收藏  举报

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

 

hello man