October 2017
Beginner to intermediate
316 pages
8h
English
First, you have to stop your container, as seen previously.
Then, providing you followed the instructions of the Chapter 2, Getting Started with Neo4j, cd into the neo4j folder you created and create a plugins directory:
cd ~/neo4jmkdir plugins
In this new folder, copy the APOC JAR archive that you have downloaded.
Then, we will restart the container with a new file mapping for this plugins folder:
docker run --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo4j/data:/data --volume=$HOME/neo4j/logs:/logs--volume=$HOME/neo4j/plugins:/pluginsneo4j:3.1.2
Read now
Unlock full access