以下操作均在Mac OS进行
下载
neo4j-community-3.3.9-unix.tar.gz(社区版)下载地址:https://neo4j.com/download-thanks/?edition=community&release=3.3.9&flavour=unix&_ga=2.187699048.1780799262.1541337210-449958570.1541241085
- 注:更多其他版本在此页面可选 https://neo4j.com/download-center/
我开始下载的edesktop版的,下载后是一个dmg文件,但是无法连接数据库;然后下载了企业版(Enterprise),但是无法启动neo4j,出现以下问题:
chenqiuruideMacBook-Air:bin chenqiurui$ neo4j start
Starting Neo4j Server…WARNING: not changing user
process [58582]… waiting for server to be ready… Failed to start within 120 seconds.
Neo4j Server failed to start, please check the logs for details.
If startup is blocked on a long recovery, use ‘./neo4j start-no-wait’ to give the startup more time.
安装
下载后,双击压缩包解压,或者在命令行执行
tar neo4j-community-3.3.9-unix.tar.gz
在浏览器中打开neo4j
0、此处有一步为Neo4j的远程可视化操作
在安装目录下找到conf->neo4j.conf文件,取消以下代码的注释
dbms.connectors.default_listen_address=0.0.0.0
1、启动neo4j:进入解压后的安装目录,
在bin文件夹右键打开终端,输入 neo4j start 命令,即可启动。
2、在本地浏览器中访问
在浏览器输入 127.0.0.1:7687后,出现连接数据库界面,初始密码是neo4j,点击connect后,出现以下界面。