On Amazon Linux: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= install on Amazon Linux | RHEL | CENTOS = You can deploy Neo4j on Red Hat, CentOS, Fedora, or Amazon Linux distributions using the Neo4j RPM package. <br>https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/ * OpenJDK support if not have > install ===Set up the repository=== * get key: <syntaxhighlight lang="text"> rpm --import https://debian.neo4j.com/neotechnology.gpg.key </syntaxhighlight> * check neo4j.repo: <syntaxhighlight lang="text"> cat...")
 
No edit summary
 
Line 41: Line 41:
* [[Neo4j Config Settings]]
* [[Neo4j Config Settings]]
check neo4j graph state
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''

Latest revision as of 03:57, 16 August 2023

install on Amazon Linux | RHEL | CENTOS

You can deploy Neo4j on Red Hat, CentOS, Fedora, or Amazon Linux distributions using the Neo4j RPM package.
https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/

  • OpenJDK support if not have > install

Set up the repository

  • get key:
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
  • check neo4j.repo:
cat /etc/yum.repos.d/neo4j.repo
  • if not have > create neo4j.repo:
mkdir neo4j.repo
  • add data below into neo4j.repo:
sudo nano neo4j.repo
[neo4j]
name=Neo4j Yum Repo
baseurl=http://yum.neo4j.com/stable
enabled=1
gpgcheck=1

Install neo4j

use yum command:

sudo yum install neo4j

Neo4j Configuration Settings

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

check neo4j graph state