Advertisement
lexquarkie

setup

Mar 20th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. sudo apt-get install git make virtualenv postgresql gcc libev4 libev-dev python3-dev postgis redis curl postgresql-10-postgis-scripts
  2.  
  3. wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
  4. echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
  5. sudo apt-get update
  6. sudo apt-get install neo4j
  7. curl -H "Content-Type: application/json" -X POST -d '{"password":"123"}' -u neo4j:neo4j http://localhost:7474/user/neo4j/password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement