-
Notifications
You must be signed in to change notification settings - Fork 56
Building Neo4j
General Notes:
-
When following the steps below, please use a standard permission user unless otherwise specified.
-
A directory
/<source_root>/
will be referred to in these instructions, this is a temporary writable directory anywhere you'd like to place it.
Neo4j binaries are available and can be downloaded from here. To use these binaries, different Java flavors can be installed on mentioned distributions.
Note: Neo4j(v4.2.4) was verified at the time of creation of these instructions
-
RHEL (7.8, 7.9, 8.1, 8.2, 8.3)
- With AdoptOpenJDK 11
- Download and install AdoptOpenJDK 11 (Eclipse OpenJ9 or HotSpot) from here.
- With AdoptOpenJDK 11
-
Ubuntu (18.04, 20.04, 20.10)
- With AdoptOpenJDK 11
- Download and install AdoptOpenJDK 11 (Eclipse OpenJ9 or HotSpot) from here.
- With AdoptOpenJDK 11
-
SLES (12 SP5, 15 SP2)
- With AdoptOpenJDK 11
- Download and install AdoptOpenJDK 11 (Eclipse OpenJ9 or HotSpot) from here.
- With AdoptOpenJDK 11
export SOURCE_ROOT=/<source_root>/
export JAVA_HOME=<path to installed java>
export PATH=$JAVA_HOME/bin:$PATH
To start the server, extract binary tar to $SOURCE_ROOT
and follow steps given below.
cd $SOURCE_ROOT/<Neo4j_binary_folder>/
bin/neo4j start | status | stop
The information provided in this article is accurate at the time of writing, but on-going development in the open-source projects involved may make the information incorrect or obsolete. Please open issue or contact us on IBM Z Community if you have any questions or feedback.