For this operation, we refer you to Chapter 2 of the pdf documentation (or online). In the case of a Neo4j cluster deployment, you must repeat the binary installation on each cluster member server.
If you are in one of these situations:
An archive of the Neo4j binary is provided in the SECollab installation package, as well as the official Neo4j documentation to follow in order to install it.
Notes if you choose a Linux system:
systemctl cat neo4j.service
").To work, SECollab needs a Neo4j plugin. The plugin will already be installed if you have used the archive provided by SECollab otherwise you will have to install it on each Neo4j server. To do this, get the plugin com.sodius.neo4j.oslc-{version}.jar
and copy it to the plugins
folder of Neo4j.
In the following, we will configure Neo4j thanks to the configuration fileneo4j.conf
. Depending on your installation method, its location is:
/etc/neo4j/neo4j.conf
NEO4J_HOME/conf/neo4j.conf
C:\Program Files\Neo4j\...
For more details, see section 4.2 of the pdf documentation (or online).