On Amazon Linux

From Izara Wiki
Jump to navigation Jump to search

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