CentOS下Neo4j安装教程
本文记录一下在CentOS 6.7上,安装neo4j图数据库,本文安装的版本为neo4j-community-2.3.9-unix.tar.gz。
下载Neo4j安装包
使用wget命令获取Neo4j安装包~如:
[root@dev18 srv]# wget https://neo4j.com/artifact.php?name=neo4j-community-2.3.9-unix.tar.gz
--2017-03-24 18:42:00-- https://neo4j.com/artifact.php?name=neo4j-community-2.3.9-unix.tar.gz
Resolving neo4j.com... 50.19.98.36, 54.204.9.74
Connecting to neo4j.com|50.19.98.36|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 58730611 (56M) [application/x-gzip]
Saving to: “artifact.php?name=neo4j-community-2.3.9-unix.tar.gz”
100%[====================================================================================================================================================================================================================================>] 58,730,611 6.87K/s in 48m 10s
2017-03-24 19:30:11 (19.8 KB/s) - “artifact.php?name=neo4j-community-2.3.9-unix.tar.gz” saved [58730611/58730611]
解压Neo4j安装包
使用tar -zvxf 命令解压neo4j安装包~ 如:
root@dev18 srv]# tar -zvxf artifact.php\?name\=neo4j-community-2.3.9-unix.tar.gz
neo4j-community-2.3.9/
neo4j-community-2.3.9/bin/
neo4j-community-2.3.9/data/
neo4j-community-2.3.9/data/import/
neo4j-community-2.3.9/data/log/
neo4j-community-2.3.9/conf/
neo4j-community-2.3.9/system/
neo4j-community-2.3.9/system/lib/
neo4j-community-2.3.9/lib/
neo4j-community-2.3.9/plugins/
neo4j-community-2.3.9/bin/README.txt
neo4j-community-2.3.9/data/import/README.txt
neo4j-community-2.3.9/data/log/README.txt
neo4j-community-2.3.9/data/README.txt
neo4j-community-2.3.9/CHANGES.txt
neo4j-community-2.3.9/LICENSES.txt
neo4j-community-2.3.9/conf/neo4j-wrapper.conf
neo4j-community-2.3.9/conf/neo4j-server.properties
neo4j-community-2.3.9/conf/neo4j-http-logging.xml
neo4j-community-2.3.9/conf/README.txt
neo4j-community-2.3.9/conf/neo4j.properties
neo4j-community-2.3.9/system/lib/README.txt
neo4j-community-2.3.9/system/README.txt
neo4j-community-2.3.9/lib/README.txt
neo4j-community-2.3.9/NOTICE.txt
neo4j-community-2.3.9/README.txt
neo4j-community-2.3.9/LICENSE.txt
neo4j-community-2.3.9/plugins/README.txt
neo4j-community-2.3.9/bin/Neo4j-Management/
neo4j-community-2.3.9/bin/neo4j-import
neo4j-community-2.3.9/bin/neo4j-shell
neo4j-community-2.3.9/bin/neo4j-installer
neo4j-community-2.3.9/bin/utils
neo4j-community-2.3.9/bin/neo4j
neo4j-community-2.3.9/system/resources/
neo4j-community-2.3.9/system/resources/org.neo4j.server.plist
neo4j-community-2.3.9/UPGRADE.txt
neo4j-community-2.3.9/lib/neo4j-kernel-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-primitive-collections-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-unsafe-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-function-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-io-2.3.9.jar
neo4j-community-2.3.9/lib/commons-lang3-3.3.2.jar
neo4j-community-2.3.9/lib/neo4j-csv-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-logging-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-lucene-index-2.3.9.jar
neo4j-community-2.3.9/lib/lucene-core-3.6.2.jar
neo4j-community-2.3.9/lib/neo4j-graph-algo-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-udc-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-graph-matching-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-cypher-2.3.9.jar
neo4j-community-2.3.9/lib/scala-library-2.11.7.jar
neo4j-community-2.3.9/lib/scala-reflect-2.11.7.jar
neo4j-community-2.3.9/lib/scala-parser-combinators_2.11-1.0.4.jar
neo4j-community-2.3.9/lib/neo4j-codegen-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-cypher-compiler-1.9_2.11-2.0.5.jar
neo4j-community-2.3.9/lib/neo4j-cypher-compiler-2.2_2.11-2.2.10.jar
neo4j-community-2.3.9/lib/parboiled-scala_2.11-1.1.7.jar
neo4j-community-2.3.9/lib/parboiled-core-1.1.7.jar
neo4j-community-2.3.9/lib/concurrentlinkedhashmap-lru-1.4.2.jar
neo4j-community-2.3.9/lib/neo4j-cypher-compiler-2.3-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-cypher-frontend-2.3-2.3.9.jar
neo4j-community-2.3.9/lib/opencsv-2.3.jar
neo4j-community-2.3.9/lib/neo4j-jmx-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-consistency-check-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-consistency-check-legacy-2.3.9.jar
neo4j-community-2.3.9/lib/server-api-2.3.9.jar
neo4j-community-2.3.9/lib/neo4j-shell-2.3.9.jar
neo4j-community-2.3.9/lib/jline-2.12.jar
neo4j-community-2.3.9/lib/neo4j-import-tool-2.3.9.jar
neo4j-community-2.3.9/system/lib/asm-5.0.2.jar
neo4j-community-2.3.9/system/lib/neo4j-server-2.3.9.jar
neo4j-community-2.3.9/system/lib/jsr311-api-1.1.2.r612.jar
neo4j-community-2.3.9/system/lib/commons-configuration-1.10.jar
neo4j-community-2.3.9/system/lib/commons-lang-2.6.jar
neo4j-community-2.3.9/system/lib/commons-logging-1.1.1.jar
neo4j-community-2.3.9/system/lib/commons-digester-2.1.jar
neo4j-community-2.3.9/system/lib/commons-beanutils-1.8.3.jar
neo4j-community-2.3.9/system/lib/neo4j-browser-2.3.9.jar
neo4j-community-2.3.9/system/lib/logback-classic-1.1.2.jar
neo4j-community-2.3.9/system/lib/logback-core-1.1.2.jar
neo4j-community-2.3.9/system/lib/slf4j-api-1.7.6.jar
neo4j-community-2.3.9/system/lib/logback-access-1.1.2.jar
neo4j-community-2.3.9/system/lib/jetty-server-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/javax.servlet-api-3.1.0.jar
neo4j-community-2.3.9/system/lib/jetty-http-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jetty-util-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jetty-io-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jetty-webapp-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jetty-xml-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jetty-servlet-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jetty-security-9.2.9.v20150224.jar
neo4j-community-2.3.9/system/lib/jersey-server-1.19.jar
neo4j-community-2.3.9/system/lib/jersey-core-1.19.jar
neo4j-community-2.3.9/system/lib/jersey-servlet-1.19.jar
neo4j-community-2.3.9/system/lib/netty-all-4.0.28.Final.jar
neo4j-community-2.3.9/system/lib/commons-io-2.4.jar
neo4j-community-2.3.9/system/lib/jackson-jaxrs-1.9.13.jar
neo4j-community-2.3.9/system/lib/jackson-core-asl-1.9.13.jar
neo4j-community-2.3.9/system/lib/jackson-mapper-asl-1.9.13.jar
neo4j-community-2.3.9/system/lib/rrd4j-2.2.jar
neo4j-community-2.3.9/system/lib/rhino-1.7R4.jar
neo4j-community-2.3.9/system/lib/bcprov-jdk15on-1.52.jar
neo4j-community-2.3.9/system/lib/bcpkix-jdk15on-1.52.jar
neo4j-community-2.3.9/system/lib/jersey-multipart-1.19.jar
neo4j-community-2.3.9/system/lib/mimepull-1.9.3.jar
neo4j-community-2.3.9/system/lib/neo4j-server-2.3.9-static-web.jar
[root@dev18 srv]#
修改目录名neo4j-community-2.3.9到neo4j~
[root@dev18 srv]# mv neo4j-community-2.3.9/ neo4j
[root@dev18 srv]#
启动
进入neo4j的bin目录,使用./neo4j console ~~
[root@dev18 neo4j]# cd bin
[root@dev18 bin]# ll
total 48
-rwxr-xr-x 1 112 nfsnobody 10712 Jan 18 19:14 neo4j
-rwxr-xr-x 1 112 nfsnobody 3652 Jan 18 19:14 neo4j-import
-rwxr-xr-x 1 112 nfsnobody 4445 Jan 18 19:14 neo4j-installer
drwxr-xr-x 2 112 nfsnobody 4096 Jan 18 19:14 Neo4j-Management
-rwxr-xr-x 1 112 nfsnobody 3520 Jan 18 19:14 neo4j-shell
-rw-r--r-- 1 112 nfsnobody 136 Jan 18 19:14 README.txt
-rwxr-xr-x 1 112 nfsnobody 10642 Jan 18 19:14 utils
查看进程~
[root@dev18 ~]# ps -ef| grep neo4j
root 20854 20815 6 19:55 pts/2 00:00:19 /usr/java/jdk1.7.0_71/bin/java -cp /srv/neo4j/lib/commons-lang3-3.3.2.jar:/srv/neo4j/lib/concurrentlinkedhashmap-lru-1.4.2.jar:/srv/neo4j/lib/jline-2.12.jar:/srv/neo4j/lib/lucene-core-3.6.2.jar:/srv/neo4j/lib/neo4j-codegen-2.3.9.jar:/srv/neo4j/lib/neo4j-consistency-check-2.3.9.jar:/srv/neo4j/lib/neo4j-consistency-check-legacy-2.3.9.jar:/srv/neo4j/lib/neo4j-csv-2.3.9.jar:/srv/neo4j/lib/neo4j-cypher-2.3.9.jar:/srv/neo4j/lib/neo4j-cypher-compiler-1.9_2.11-2.0.5.jar:/srv/neo4j/lib/neo4j-cypher-compiler-2.2_2.11-2.2.10.jar:/srv/neo4j/lib/neo4j-cypher-compiler-2.3-2.3.9.jar:/srv/neo4j/lib/neo4j-cypher-frontend-2.3-2.3.9.jar:/srv/neo4j/lib/neo4j-function-2.3.9.jar:/srv/neo4j/lib/neo4j-graph-algo-2.3.9.jar:/srv/neo4j/lib/neo4j-graph-matching-2.3.9.jar:/srv/neo4j/lib/neo4j-import-tool-2.3.9.jar:/srv/neo4j/lib/neo4j-io-2.3.9.jar:/srv/neo4j/lib/neo4j-jmx-2.3.9.jar:/srv/neo4j/lib/neo4j-kernel-2.3.9.jar:/srv/neo4j/lib/neo4j-logging-2.3.9.jar:/srv/neo4j/lib/neo4j-lucene-index-2.3.9.jar:/srv/neo4j/lib/neo4j-primitive-collections-2.3.9.jar:/srv/neo4j/lib/neo4j-shell-2.3.9.jar:/srv/neo4j/lib/neo4j-udc-2.3.9.jar:/srv/neo4j/lib/neo4j-unsafe-2.3.9.jar:/srv/neo4j/lib/opencsv-2.3.jar:/srv/neo4j/lib/parboiled-core-1.1.7.jar:/srv/neo4j/lib/parboiled-scala_2.11-1.1.7.jar:/srv/neo4j/lib/scala-library-2.11.7.jar:/srv/neo4j/lib/scala-parser-combinators_2.11-1.0.4.jar:/srv/neo4j/lib/scala-reflect-2.11.7.jar:/srv/neo4j/lib/server-api-2.3.9.jar:/srv/neo4j/system/lib/asm-5.0.2.jar:/srv/neo4j/system/lib/bcpkix-jdk15on-1.52.jar:/srv/neo4j/system/lib/bcprov-jdk15on-1.52.jar:/srv/neo4j/system/lib/commons-beanutils-1.8.3.jar:/srv/neo4j/system/lib/commons-configuration-1.10.jar:/srv/neo4j/system/lib/commons-digester-2.1.jar:/srv/neo4j/system/lib/commons-io-2.4.jar:/srv/neo4j/system/lib/commons-lang-2.6.jar:/srv/neo4j/system/lib/commons-logging-1.1.1.jar:/srv/neo4j/system/lib/jackson-core-asl-1.9.13.jar:/srv/neo4j/system/lib/jackson-jaxrs-1.9.13.jar:/srv/neo4j/system/lib/jackson-mapper-asl-1.9.13.jar:/srv/neo4j/system/lib/javax.servlet-api-3.1.0.jar:/srv/neo4j/system/lib/jersey-core-1.19.jar:/srv/neo4j/system/lib/jersey-multipart-1.19.jar:/srv/neo4j/system/lib/jersey-server-1.19.jar:/srv/neo4j/system/lib/jersey-servlet-1.19.jar:/srv/neo4j/system/lib/jetty-http-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-io-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-security-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-server-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-servlet-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-util-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-webapp-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jetty-xml-9.2.9.v20150224.jar:/srv/neo4j/system/lib/jsr311-api-1.1.2.r612.jar:/srv/neo4j/system/lib/logback-access-1.1.2.jar:/srv/neo4j/system/lib/logback-classic-1.1.2.jar:/srv/neo4j/system/lib/logback-core-1.1.2.jar:/srv/neo4j/system/lib/mimepull-1.9.3.jar:/srv/neo4j/system/lib/neo4j-browser-2.3.9.jar:/srv/neo4j/system/lib/neo4j-server-2.3.9.jar:/srv/neo4j/system/lib/neo4j-server-2.3.9-static-web.jar:/srv/neo4j/system/lib/netty-all-4.0.28.Final.jar:/srv/neo4j/system/lib/rhino-1.7R4.jar:/srv/neo4j/system/lib/rrd4j-2.2.jar:/srv/neo4j/system/lib/slf4j-api-1.7.6.jar:/srv/neo4j/conf -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -XX:hashCode=5 -Dneo4j.ext.udc.source=tarball -Dneo4j.home=/srv/neo4j -Dneo4j.instance=/srv/neo4j -Dfile.encoding=UTF-8 org.neo4j.server.CommunityBootstrapper
root 21027 21009 0 20:00 pts/0 00:00:00 grep neo4j
[root@dev18 ~]#
[root@dev18 bin]# ./neo4j console
Starting Neo4j Server console-mode...
2017-03-24 19:55:51.577+0800 INFO No SSL certificate found, generating a self-signed certificate..
2017-03-24 19:55:58.076+0800 INFO Successfully started database
2017-03-24 19:55:58.154+0800 INFO Starting HTTP on port 7474 (2 threads available)
2017-03-24 19:55:58.477+0800 INFO Enabling HTTPS on port 7473
2017-03-24 19:55:58.593+0800 INFO Mounting static content at /webadmin
2017-03-24 19:55:58.671+0800 INFO Mounting static content at /browser
2017-03-24 19:56:03.075+0800 INFO Remote interface ready and available at http://localhost:7474/
访问Admin UI问题
使用http://<IP>:7474访问neo4j的管理页面,访问不了~
解决方法
本文采用的方法,修改<neo4j_home>/conf目录下的neo4j-server.properties配置文件~
[root@dev18 neo4j]# cd conf/
[root@dev18 conf]# ll
total 24
-rw-r--r-- 1 112 nfsnobody 1454 Jan 18 19:14 neo4j-http-logging.xml
-rw-r--r-- 1 112 nfsnobody 1796 Jan 18 19:14 neo4j.properties
-rw-r--r-- 1 112 nfsnobody 3255 Jan 18 19:14 neo4j-server.properties
-rw-r--r-- 1 112 nfsnobody 2288 Jan 18 19:14 neo4j-wrapper.conf
-rw-r--r-- 1 112 nfsnobody 762 Jan 18 19:14 README.txt
drwxr-xr-x 2 root root 4096 Mar 24 19:55 ssl
[root@dev18 conf]#
[root@dev18 conf]#
[root@dev18 conf]# vim neo4j-server.properties

将原先注释掉的选项,去掉注释“#”, 好让其它的ip也能访问~

修改好配置之后,重新启动~
[root@dev18 bin]#
[root@dev18 bin]# ./neo4j console
Starting Neo4j Server console-mode...
2017-03-24 20:09:58.801+0800 INFO Successfully started database
2017-03-24 20:09:58.843+0800 INFO Starting HTTP on port 7474 (2 threads available)
2017-03-24 20:09:59.155+0800 INFO Enabling HTTPS on port 7473
2017-03-24 20:09:59.277+0800 INFO Mounting static content at /webadmin
2017-03-24 20:09:59.385+0800 INFO Mounting static content at /browser
2017-03-24 20:10:03.472+0800 INFO Remote interface ready and available at http://0.0.0.0:7474/
访问http://<IP>:7474,可以展示UI界面了~

设置密码~

设置密码后,进入页面,可以看到很多的说明教程,有兴趣的读者可以搭建一个玩玩~


参考文章:
https://my.oschina.net/wangmengjun/blog/866511
CentOS下Neo4j安装教程的更多相关文章
- CentOS下Mysql安装教程
CentOS下Mysql安装教程 本人学习Linux时使用的是CentOs5.5版本,在该环境中,Mysql的安装方法有很多种,下面我只讲我这次成功了的方法,作为一个记录,供大家参考,同时给自己做一个 ...
- Elasticsearch 在docker和centos下的安装教程
前言 新版本的Elasticsearch不能以root用户来运行.因此,MAC下建议使用Docker来安装. 国内各版本镜像:点击这 Centos7.4 64位 第一步 下载.tar.gz的安装包 不 ...
- Centos下Oracle11gR2安装教程与自动化配置脚本
系统环境准备 开发组件与依赖库安装 安装centos时选择Server with GUI,右面的可以不勾选,后面统一来装 配置本地yum源 以上包如果缺乏可配置本地yum源进行安装 sudo moun ...
- Linux下Java开发环境搭建—CentOS下Mysql安装教程
本人学习Linux时使用的是CentOs5.5版本,在该环境中,Mysql的安装方法有很多种,下面我只讲我这次成功了的方法,作为一个记录,供大家参考,同时给自己做一个笔记. MySQL下载 1.进入网 ...
- Window下Neo4j安装教程
一.neo4j 介绍 Neo4j是一个高性能的,NOSQL图形数据库,它将结构化数据存储在网络上而不是表中.它是一个嵌入式的.基于磁盘的.具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储 ...
- (转载)Centos下Elasticsearch安装详细教程
原文地址:http://www.cnblogs.com/sunny1009/articles/7874251.html Centos下Elasticsearch安装详细教程 1.Elasticsear ...
- Centos下Elasticsearch安装详细教程
Centos下Elasticsearch安装详细教程 1.Elasticsearch简介 ElasticSearch是一个基于Lucene的搜索服务器.它提供了一个分布式多用户能力的全文搜索引擎,基于 ...
- CentOS下一键安装Openstack
CentOS下一键安装Openstack 系统环境:Oracle VirtualBox 4.38CentOS-6.5-x86_64-bin-DVD1.iso 安装前需要修改 /etc/hosts文件, ...
- 淘宝Tengine 2.1.2 稳定版(nginx/1.6.2) Centos 6.5安装教程
淘宝Tengine 2.1.2 稳定版(nginx/1.6.2) Centos 6.5 安装教程 Tengine 简介: Tengine是由淘宝网发起的Web服务器项目.它在Nginx的基础上,针对大 ...
随机推荐
- jQuery学习-页面就绪函数
1.开发工具HBuilder <!DOCTYPE html> <html> <head> <meta charset="utf-8" /& ...
- 【BZOJ1050】[HAOI2006]旅行
[BZOJ1050][HAOI2006]旅行 题面 bzoj 洛谷 题解 先将所有边从小往大排序 枚举钦定一条最小边 再枚举依次枚举最大边,如果两个点联通了就\(break\)统计答案即可 代码 #i ...
- JDBC连接数据库及其执行操作
作者:Alvin 功能:数据库连接与实现增删改查 时间:2019年3月4日08点33分 参考文章:https://www.2cto.com/database/201805/743741.html 一. ...
- 总结几种常见web攻击手段及其防御方式
本文简单介绍几种常见的攻击手段及其防御方式 XSS(跨站脚本攻击) CSRF(跨站请求伪造) SQL注入 DDOS web安全系列目录 总结几种常见web攻击手段极其防御方式 总结几种常见的安全算法 ...
- centos 7 lsof 安装使用
lsof(list open files)是一个列出当前系统打开文件的工具.在linux环境下,任何事物都以文件的形式存在,通过文件不仅仅可以访问常规数据,还可以访问网络连接和硬件.所以,lsof的功 ...
- PS入门到精通完全自学教程
ps视频教程,ps自学视频教程.ps免费视频教程下载,PS入门到精通完全自学教程视频内容较大,分为俩部分: PS入门到精通完全自学教程-第一部分(带swf播放器):百度网盘,https://pan.b ...
- Java类型转换工具类(十六进制—bytes互转、十进制—十六进制互转,String—Double互转)
/** * 数据类型转换工具类 * @author cyf * */ public class NumConvertUtil{ /** * bytes 转16进制字符串 * @param bArray ...
- react.js插件开发,x-dailog弹窗浮层组件
react.js插件开发,x-dailog弹窗浮层组件 我认为,每一个组件都应该有他自带的样式和属性事件回调配置.所以我会给x-dialog默认一套简单的样式,和各种默认的配置项.所有react插件示 ...
- python描述符详解
1描述符: 描述符是指将某种特殊类型的类的实例支配给另外一个类的属性. 对于特殊类型必须实现以下三个方法中至少一个方法: def __get__(self,instance,owner): -用 ...
- SICP读书笔记 3.1
SICP CONCLUSION 让我们举起杯,祝福那些将他们的思想镶嵌在重重括号之间的Lisp程序员 ! 祝我能够突破层层代码,找到住在里计算机的神灵! 目录 1. 构造过程抽象 2. 构造数据抽象 ...