DeepPhe / DeepPhe-Release

Public release of the DeepPhe analytic software
Other
30 stars 10 forks source link

Need instructions on installing Neo4j #18

Closed linflyer closed 6 years ago

linflyer commented 6 years ago

I installed Neo4J Desktop version and Neo4j Enterprise Edition for Developers. Should I download Neo4J server and drivers? How to configure the NEO4J_HOME? I would appreciate a little instruction on the Neo4j installation and configuration. 0.”

savo0014 commented 6 years ago

instructions are here: https://github.com/DeepPhe/DeepPhe-Viz/blob/master/README.md

yuanzhou commented 6 years ago

@linflyer you can just download the neo4j community server 3.2.13: https://neo4j.com/download-center/#releases

Just unzip the downloaded file and there's no installer needed. Then change directory to the top-level extracted directory.

Run bin\neo4j console

You may need to run the command in windows administrative mode if there's any permission issues. If not, then it should work. I had to no need to configure NEO4J_HOME.

jamesmasanz commented 6 years ago

closing this - received email that the install finished successfully.