On Ubantu: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= install on Ubuntu | Debain = You can install Neo4j on Debian, and Debian-based distributions like Ubuntu, using the Neo4j Debian package(Debian-based distributions (.deb)). <br>https://neo4j.com/docs/operations-manual/current/installation/linux/debian/ * OpenJDK support if not have > install ===Add the repository=== * To use the repository for generally available versions of Neo4j, run: <syntaxhighlight lang="text"> wget -O - https://debian.neo4j.com/neotechnology.gp...")
(No difference)

Revision as of 05:11, 15 August 2023

install on Ubuntu | Debain

You can install Neo4j on Debian, and Debian-based distributions like Ubuntu, using the Neo4j Debian package(Debian-based distributions (.deb)).
https://neo4j.com/docs/operations-manual/current/installation/linux/debian/

  • OpenJDK support if not have > install

Add the repository

  • To use the repository for generally available versions of Neo4j, run:
wget -O - https://debian.neo4j.com/neotechnology.gpg.key | sudo apt-key add -
echo 'deb https://debian.neo4j.com stable latest' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
sudo apt-get update

Install Neo4j

You can choose one:

  • Neo4j Community Edition:
sudo apt-get install neo4j=1:5.10.0

or 

sudo apt-get install neo4j
  • Neo4j Enterprise Edition:
sudo apt-get install neo4j-enterprise=1:5.10.0

Neo4j Configuration Settings

before setting config, need to stop neo4j graph and if save changing config > start neo4j graph again

check neo4j graph state

problem

maybe can not install with apt command because it's not support by Image OS: may be use Yum Command