在ubuntu上安装neo4j

前端之家收集整理的这篇文章主要介绍了在ubuntu上安装neo4j前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

一、系统环境

操作系统:Ubuntu 16.04.1 LTS

二、安装服务端

$ 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-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/li...
2、http://debian.neo4j.org/

原文链接:https://www.f2er.com/ubuntu/354435.html

猜你在找的Ubuntu相关文章