Neo4j - Exe Environment Setup



We can get Neo4j Server software in two formats -

  • Installer or exe file format

  • Zip file format

We will discuss both format installation process on Windows platforms.

In this chapter, we will discuss how to install Neo4j by using exe file. We will discuss Zip file installation steps in next chapter.

Neo4j Database Server setup with Windows exe file:

Download the latest Neo4j Server installation file from Neo4j website: http://www.neo4j.org/download

Neo4j CQL Tutorial

Click on highlighted button to download exe file into your disk space.

Neo4j CQL Tutorial

Double click on this exe file to install Neo4j Server

Neo4j CQL Tutorial

Click on Next button and accept Agreement.

Once installation is done successfully, please start Neo4j Server

Neo4j CQL Tutorial

Click on "Neo4j Community" as shown below

Windows "Star" button >> "All Programs" >> "Neo4j Community" >> "Neo4j Community"

Neo4j CQL Tutorial

By default, it selects c:\Users\[username]\Documents\Neo4j\default.graphdb. If you want you can change your path to different directory.

Neo4j CQL Tutorial

Click on "Start" button.

Neo4j CQL Tutorial

Once the server is started, we can observe many files are generated at specified directory

Neo4j CQL Tutorial

Access Neo4j by using http://localhost:7474/

Neo4j CQL Tutorial
Advertisements