Skip to content

Instantly share code, notes, and snippets.

@bgvo
Created November 29, 2021 11:44
Show Gist options
  • Save bgvo/fdfb3289abf244f871955a6ecee32b96 to your computer and use it in GitHub Desktop.
Save bgvo/fdfb3289abf244f871955a6ecee32b96 to your computer and use it in GitHub Desktop.
Installing and connecting to Neo4j on Mac
### Install neo4j
brew install neo4j
### Disable auth
code /usr/local/Cellar/neo4j/4.3.7/libexec/conf/neo4j.conf
# uncomment this line:
dbms.security.auth_enabled=false
### Run neo4j service
neo4j console
### Connect through browser
http://localhost:7474/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment