|
7 years ago | |
---|---|---|
lib | 7 years ago | |
models | 7 years ago | |
.gitignore | 7 years ago | |
.ruby-gemset | 7 years ago | |
.ruby-version | 7 years ago | |
Gemfile | 7 years ago | |
Rakefile | 7 years ago | |
Readme.md | 7 years ago | |
config.yaml.example | 7 years ago |
Download and run the APOC Docker image of Neo4j
mkdir plugins
pushd plugins
wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.1.3.7/apoc-3.1.3.7-all.jar
popd
docker run --rm \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/tmp/neo4j/data:/data \
--volume=$HOME/tmp/neo4j/logs:/logs \
--volume=$PWD/plugins:/plugins \
-e NEO4J_AUTH='none' \
neo4j:3.1.4