Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Mar 6, 2017
1 parent 9a71e76 commit 72bb355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ <h4 id="_using_apoc_with_neo4j_docker_image"><a class="link" href="#_using_apoc_
<div class="content">
<pre class="highlight"><code class="language-bash" data-lang="bash">mkdir plugins
pushd plugins
wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.1.0.3/apoc-3.0.8.4-all.jar
wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.0.8.4/apoc-3.0.8.4-all.jar
popd
docker run --rm -e NEO4J_AUTH=none -p 7474:7474 -v $PWD/plugins:/plugins -p 7687:7687 neo4j:3.0.8</code></pre>
</div>
Expand Down Expand Up @@ -5918,7 +5918,7 @@ <h4 id="_further_functions"><a class="link" href="#_further_functions">Further F
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-03-06 14:01:45 +01:00
Last updated 2017-03-06 14:13:00 +01:00
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The https://hub.docker.com/_/neo4j/[Neo4j Docker image] allows to supply a volum
----
mkdir plugins
pushd plugins
wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.1.0.3/apoc-{apoc-release}-all.jar
wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/{apoc-release}/apoc-{apoc-release}-all.jar
popd
docker run --rm -e NEO4J_AUTH=none -p 7474:7474 -v $PWD/plugins:/plugins -p 7687:7687 neo4j:{neo4j-version}
----
Expand Down

0 comments on commit 72bb355

Please sign in to comment.