grand-stack/grand-stack-movies-workshop

typo in neo4j-database

agermanique opened this issue · 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 !