在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/

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...