Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.41 KB

README_install_neo4j.md

File metadata and controls

39 lines (30 loc) · 1.41 KB

Neo4j Download Hints

Please see Reactome's official documentation regarding installing Neo4j.

See below for user hints ...

Hints for installing Neo4j

Hints for installing Neo4j (details)

Reactome v76 would not connect to Python using the latest Neo4j, 4.2.6.
An older version of Neo4j, 4.1.9, works great.

This mixture of versions worked with Reactome v76:

export JAVA_VER=jdk-11.0.11
export NEO4J_CONF=/home/neo4j/neo4j/neo4j-community-4.1.9/conf
export NEO4J_HOME=/home/neo4j/neo4j/neo4j-community-4.1.9

This version of the neo4j Python package worked:

$ python3 -c "import neo4j; print(neo4j.__version__)"
4.2.1

https://neo4j.com/download-center/#releases Neo4j Community Server

Download Java, if needed

Download the Java Design Kit from Oracle:
https://www.oracle.com/technetwork/java/javase/downloads/index.html
JDK Download

Copyright (C) 2018-present, DV Klopfenstein. All rights reserved.