Install Neo4J - mymagic/open_hub GitHub Wiki

Neo4J Installation Guide

Add the Neo4J key into the apt package manager:

wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add -

Add Neo4J to the Apt sources list:

echo 'deb http://debian.neo4j.org/repo stable/' > /etc/apt/sources.list.d/neo4j.list
 -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add -

Update the package manager:

sudo apt-get update

Install Neo4J:

sudo apt-get install neo4j

Neo4J should be running. You can check this with the following command

sudo service neo4j status

For more information

Please refer DigitalOcean Neo4J Installation guide.

https://neo4j.com/developer/kb/how-to-setup-neo4j-to-startup-on-linux-server-reboot/