在ubuntu上安装neo4j

1、系统环境

操做系统:Ubuntu 16.04.1 LTSgit

2、安装服务端

$ wget -O - https://debian.neo4j.org/neot... | sudo apt-key add -
$ echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee /etc/apt/sources.list.d/neo4j.list
$ sudo apt-get update
安装社区版:
$ sudo apt-get install neo4j
安装企业版
$ sudo apt-get install neo4j-enterprisegithub

3、安装客户端

$ sudo add-apt-repository ppa:cleishm/neo4j
$ sudo apt-get update
$ sudo apt-get install neo4j-client libneo4j-client-dev操作系统

4、参考资料

一、https://github.com/cleishm/li...
二、http://debian.neo4j.org/get

相关文章
相关标签/搜索