mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Put APOC plugin in right directory + modify README
This commit is contained in:
parent
c7cf4bf4d2
commit
8af3790395
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user