Please see Reactome's official documentation regarding installing Neo4j.
See below for user hints ...
- Download the Neo4j Community Server Edition
- Download Java, if needed
- Download the Reactome Knowledegebase and connect it to Neo4j
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
Download the Neo4j Community Server Edition
https://neo4j.com/download-center/#releases
Download the Java Design Kit from Oracle:
https://www.oracle.com/technetwork/java/javase/downloads/index.html
Copyright (C) 2018-present, DV Klopfenstein. All rights reserved.