Difference between revisions of "Neo4j"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "= Neo4j Graph Database = == Installation == wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add - echo 'deb http://debian.neo4j.org/repo stable/' > /etc/ap...") |
(No difference)
|
Revision as of 11:10, 7 April 2016
Neo4j Graph Database
Installation
wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add - echo 'deb http://debian.neo4j.org/repo stable/' > /etc/apt/sources.list.d/neo4j.list apt-get update apt-get install neo4j service neo4j-service status