9月17 日 虚拟机centos上安装 neo4j

其实安装还是很简单的,但是不知道为什么我的VM虚拟机很慢,安装了很久。Centos 安装带有桌面版本的。

参考文章:https://my.oschina.net/wangmengjun/blog/866511

http://blog.csdn.net/sweeper_freedoman/article/details/70189153

最方便的方法:

1.下载压缩包

wget https://neo4j.com/artifact.php?name=neo4j-community-3.2.5-unix.tar.gz

2. 解压安装包

tar -zvxf '/home/will/下载/neo4j-community-3.2.5-unix.tar.gz'

3 修改目录名

mv neo4j-community-3.2.5/ neo4j

4 查看进程

 ps -ef| grep neo4j

will      78851  75090  0 14:53 pts/0    00:00:00 grep --color=auto neo4j

5 然后打开浏览器

http://localhost:7474/就可以了


补充 可以使用yum安装

http://yum.neo4j.org/stable/?_ga=1.233707870.1336410407.1492272243

你可能感兴趣的:(9月17 日 虚拟机centos上安装 neo4j)