在ubuntu上安装neo4j

一、系统环境

操作系统:Ubuntu 16.04.1 LTS

二、安装服务端

$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

$sudo apt-get update

安装社区版:

$sudo apt-get install neo4j

安装企业版

$sudo apt-get install neo4j-enterprise

三、安装客户端

$ sudo add-apt-repository ppa:cleishm/neo4j

$ sudo apt-get update

$ sudo apt-get install neo4j-client libneo4j-client-dev

四、参考资料

1、https://github.com/cleishm/libneo4j-client

2、http://debian.neo4j.org/

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容