How to install Neo4j on Ubuntu 15.10?

How to install Neo4j on Ubuntu 15.10?

How to install the latest version of Neo4j on Ubuntu?

Thanks

View Answers

March 24, 2016 at 3:31 AM

Hi,

Following video tutorial teaches you to install Neo4j on Ubuntu:

Thanks


April 13, 2016 at 3:39 AM

Hi,

Here is the commands:

How to install Neo4j on Ubuntu 15.10?

Add to 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

Update:

apt-get update

Install neo4j:

apt-get install neo4j

Check status:

service neo4j-service status

For development enable the adming access from any IP:

cd /etc/neo4j
vi neo4j-server.properties

and uncomment the following line:

#org.neo4j.server.webserver.address=0.0.0.0

Restart neo4j server:

service neo4j-service restart

Open browser and check the url: http://localhost:7474 http://192.168.10.101:7474

Thanks









Related Tutorials/Questions & Answers:
How to install Neo4j on Ubuntu 15.10?
how to install anaconda in ubuntu
Advertisements
How to install Ubuntu 16.04 LTS?
How to download and install Ubuntu 16.04?
How to install ffmpeg on Ubuntu 16.04?
How to install p7zip on Ubuntu 16.04?
How to install pip on Ubuntu 16.04?
How to install virtualbox guest additions in Ubuntu 16.04?
How to install autoconf, automake and libtool in Ubuntu 15.10?
how to install wireshark 2.6 2 on ubuntu 16.04
how to install anaconda in ubuntu for all users
How to install MySQL Server and Client on Ubuntu 16.04?
How to install LAMP server on Ubuntu 16.04 LTS?
How to install gtk-doc-tools package in Ubuntu?
How to install jre on Ubuntu 16.04 LTS?
How to Install and Use PostgreSQL on Ubuntu 18.04
How to Install and Use PostgreSQL on Ubuntu 18.04
How to install Oracle JDK 8 on Ubuntu?
How To Install Google Chrome on Ubuntu 16.04?
How to install Eclipse in Ubuntu using terminal?
How to install JDK 10 in Ubuntu 18.04?
install graphviz ubuntu 18.04
How to install OpenJDK 8 in Ubuntu 18.04?
How to Install Oracle Java JDK 8 in Ubuntu 16.04?
How to install Docker in Ubuntu 18.04?
How to Install VirtualBox in Ubuntu 20.04?
install nvm ubuntu 18.04
install nvm ubuntu 18.04
command to install pip in ubuntu
command to install pip in ubuntu
How to install Ubuntu 22.04 LTS on Oracle Virtualbox?
How to install Chrome in Ubuntu 22.04 LTS?
pip install beautifulsoup - install beautifulsoup on Ubuntu
Install Ubuntu 20.04 on virtualbox Windows 11
Install Spark on Ubuntu 18.04
Install Spark on Ubuntu 18.04
How to upgrade Ubuntu to Ubuntu 16.04 LTS?
Neo4j - How to to remove all data from neo4j?
How to install PHP 5 on Ubuntu 15.10?
Download and Install Ubuntu 19.04 on Oracle VirtualBox
Download and Install Ubuntu 19.04 on Oracle VirtualBox
How to upgrade Ubuntu 16.04 LTS?
How to see ubuntu version on server?
how to find jdk path in ubuntu?
Install PySpark on Ubuntu
Install PySpark on Ubuntu
how to run jdbc program in linux-ubuntu?
how to modify hosts file in ubuntu
How to check Hadoop version in Ubuntu?
How to install GParted Partition Manager?

Ads