赞
踩
之前写的doc,直接复制过来了,没有什么阅读困难,作为程序员这点英语能力肯定是有的,我就懒得翻译了
a. download the neo4j Community Server https://neo4j.com/download-center/
b. choose the Community Server ( version 4+ need jdk 11, if you only have jdk 8 ,please download the version 3.x),download the zip, and unzip it
c. download the apoc https://neo4j.com/labs/apoc/4.1/installation/ of your version
添加链接描述
d. put the jar into $NEO4J_HOME/plugins
e. get into $NEO4J_HOME/bin run command [neo4j.bat console], when show this message, you can entry http://localhost:7474 where in browser
f. default username and password is neo4j and neo4j, when first login the neo4j ,need to change the password.
a. get into $NEO4J_HOME/bin run command [ neo4j install-service ]
b. check in services page, you can see the neo4j service
c. if you wanna start the service by manual, run command [net start neo4j].
d. if you wanna stop the service by manual, run command [net stop neo4j].
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。