Thirumal Asked: 2016-12-16 20:59:25 +0800 CST2016-12-16 20:59:25 +0800 CST 2016-12-16 20:59:25 +0800 CST how to install Neo 4j in ubuntu 772 How to install neo4j in Ubuntu server by command line. I really didn't found any good documentation. Thanks. server 1 Answers Voted Best Answer Thirumal 2016-12-16T21:06:36+08:002016-12-16T21:06:36+08:00 Add repository to the list of sources: wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add - echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee /etc/apt/sources.list.d/neo4j.list sudo apt-get update To install the latest Neo4j Community Edition: sudo apt-get install neo4j To install the latest Neo4j Enterprise Edition: sudo apt-get install neo4j-enterprise Make sure java 8 or above is installed in your system.
Add repository to the list of sources:
To install the latest Neo4j Community Edition:
To install the latest Neo4j Enterprise Edition:
Make sure java 8 or above is installed in your system.