Neo4J – NoSQL Graph Database

1). Download and unzip your version of neo4j.

http://www.neo4j.org/download
Neo4j-Home-Download

2.  Installation:

cd neo4j-community-1.9.RC2/

sudo bin/neo4j install

ne04j-install-user

3. Start the Neo4J server. The recommended way is by running it as a unix service 

neo4j-start-sudo

4. Increase the ulimit to 40000 by editing /etc/security/limits.conf

sudo vim  /etc/security/limits.conf

etc-security-limits-noe4j

5. Edit /etc/pam.d/su

sudo vim /etc/pam.d/su

 etc-pam-su

6. System reboot to take effect!

OR

Edit your .bashrc and add this line:

sudo -i

vim /root/.bashrc

# Add the line below

ulimit -n 40000

 

7. Start the service

sudo service neo4j-service start

neo4j-start-sudo

 

 

8. Open a browser http://localhost:7474/webadmin/#

neo4j-webadmin

Leave a comment