Mac 安装Neo4j教程
1. 安装neo4j
bash
brew install neo4j
2.启动neo4j
bash
brew services start neo4j # 后台运行
# 或
neo4j console # 前台运行(查看实时日志)
3.访问 neo4j【首次登录后密码会强制修改】
bash
打开浏览器访问:http://localhost:7474
默认登录凭证:
用户名:neo4j
初始密码:neo4j