Put APOC plugin in right directory + modify README

This commit is contained in:
Armin Kunkel 2018-11-09 13:15:51 +01:00
parent c7cf4bf4d2
commit 8af3790395
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
FROM neo4j:3.4
RUN mkdir /plugins && wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar -P /plugins
RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar -P /var/lib/neo4j/plugins

View File

@ -89,7 +89,7 @@ Note that grand-stack-starter does not currently bundle a distribution
of Neo4j. You can download [Neo4j Desktop](https://neo4j.com/download/)
and run locally for development, spin up a [hosted Neo4j Sandbox instance](https://neo4j.com/download/),
run Neo4j in one of the [many cloud options](https://neo4j.com/developer/guide-cloud-deployment/),
or [spin up Neo4j in a Docker container](https://neo4j.com/developer/docker/).
[spin up Neo4j in a Docker container](https://neo4j.com/developer/docker/) or on Debian-based systems install [Neo4j from the Debian Repository](http://debian.neo4j.org/).
Just be sure to update the Neo4j connection string and credentials accordingly in `.env`.
## Mocking API Results