How-to Quick-Start with Neo4J Database on Ubuntu 15.04 Vivid 32-64bit GNU/Linux Easy Guide
June 9th, 2015 by thelinuxevangelistNeo4J Quick-Start for Ubuntu 15.04 Vivid 32/64-bit
The Linux Tutorial Shows You Step-by-Step How-to Install and Getting-Started with the Neo4J Database Community Edition Ubuntu 15.04 Vivid Vervet i386/amd64 Linux Desktop/Server.
The Neo4J Database is Entirely Based on Java and the Installation Ubuntu Require the Oracle Java JDK 7+.
Neo4J Graph Database can be considered as Special purpose NoSQL database Optimized for Relation-heavy Data.
The one advantage that Neo4J Database have is easy representation, retrieval and manipulation of relationships between the entities in the system.
Here is Described a System-Wide Installation, for a Local One Simply Change Paths Consequently…

-
Open a Shell Terminal emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)Or Login into Server Shell…
-
Download Latest Neo4J Community Edition for Linux:
-
Double-Click on the tar.gz Archive and Extract into /tmp
Or from Command Line:tar xvzf $HOME/Downloads/neo4j*.tar.gz -C /tmp/
-
Relocate Neo4J Folder
sudo su
If Got “User is Not in Sudoers file” then Look: Solution
mv /tmp/neo4j* /opt/
-
How-to Install Required Oracle Java JDK on Ubuntu:
-
Creating the neo4j User
useradd neo4j
Set User Pass:
passwd neo4j
-
Start-Stop the Neo4J Database Server
cd /opt/neo4j*
Starting Neo4J Server:
su neo4j
./bin/neo4j console
Stopping Neo4J Server:
Ctrl+c
-
Getting-Started with Neo4J Database on Linux:
Tags: gnu, gnu/linux, Guide, How-to, Install, install graph database ubuntu, install neo4j ubuntu, Linux, Linux Tutorial, neo4j, neo4j linux, neo4j tutorial, neo4j ubuntu, Tutorial, Ubuntu, Ubuntu 15.04 Vivid Vervet, ubuntu tutorial