Download, Install, and Setup Neo4j
- Download and install Neo4j Community Edition (3.0 or above) - https://neo4j.com/download/
- Start Neo4j and select a folder in your computer for the Database Location, as shown below.
Specify the location of the database when starting Neo4j - Click on the Start button.
- Once the database is started, navigate to http://localhost:7474/browser/ in your browser. You’ll be prompted to enter the credentials. The default user name and password is both neo4j and you may be prompted to change it.
Note: You can also set a new location for the database (as shown in the figure above) and then start the server. Then you can reset the password to neo4j123 when prompted. - Once you enter the credentials, you’ll see the Neo4j browser, where you are ready to enter Cypher commands in a textbox that starts with the $ sign (as shown below).
Neo4j browser is ready for Cypher commands
Copyright 2018 Intercax.