ubuntu20.04安装neo4j

ubuntu20.04安装neo4j,第1张

ubuntu20.04安装neo4j 机器环境

Ubuntu 20.04.、Java 1.8.0_171

注意

Neo4j和Java版本的对应关系, 这里需要注意一个情况,如果服务器上已经有JDK,通过java -version查看一下版本,如果是1.8.xx的版本,下载Neo4j 3.xx的版本。Neo4j 4.xx的版本需要jdk的version是11。

安装步骤

我安装的Neo4j版本为3.5.25

1.下载Neo4j压缩包

官网地址:https://neo4j.com/download-center/#community

选择社区版(免费)

2.解压,修改neo4j-community-3.5.25conf下的neo4j.conf配置文件

去掉第54、71、75、79前面的#

#### 允许远程访问
dbms.connectors.default_listen_address=0.0.0.0
##### 开启bolt服务,默认端口7687
dbms.connector.bolt.listen_address=:7687
##### 开启http服务,默认端口7474
dbms.connector.http.listen_address=:7474
##### 开启https服务,默认端口7473
dbms.connector.https.listen_address=:7473

cd neo4j-community-3.5.25/bin

vim neo4j
在最后把JAVA_HOME加上。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5697024.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存