Neo4j Installation

Go to http://neo4j.com/download/  and download the Community edition. This should download  Neo4j 2.3

Based on your download type, follow the appropriate instructions.

  Linux/Mac/Windows zip

  1. Untar/unzip the download
  2. Run command: bin/neo4j start for Linux/Mac or just bin/neo4j for Windows
  3. Go to http://localhost:7474/  and verify that the Neo4j Browser loads
  4. Shut it down with a bin/neo4j stop for Linux/Mac or Ctrl­ C for Windows

Windows Installer   

  1. 1. Install neo4j and launch it
  2. 2. Click on Browse and select a database location (create a new folder, say c:\tutorial)
  3. 3. Click start
  4. 4. Go to  http://localhost:7474/  and verify that the Neo4j Browser loads

Install docs are located at  http://neo4j.com/docs/stable/server­installation.html

 

  • Ask Question