grand-stack-movies-workshop icon indicating copy to clipboard operation
grand-stack-movies-workshop copied to clipboard

typo in neo4j-database

Open agermanique opened this issue 6 years ago • 0 comments

hi guys, there is a small typo in the code for the db installation.

curl https://s3.amazonaws.com/neo4j-sandbox-usecase-datastores/v3_2/recommendations.db.zip > /tmp/recommandations.zip cd /tmp unzip recommendations.zip mkdir -p neo4j/data/databases/ mv recommendations.db neo4j/data/databases/graph.db docker run \ --publish=7474:7474 --publish=7687:7687 \ --volume=/tmp/neo4j/data:/data \ neo4j:3.2.3

it should be /tmp/recommendations.zip a the end of te first line.

Thanks for the all exemples though, it is extremly helpfull !

agermanique avatar Mar 19 '18 16:03 agermanique