Neo4j requires at least OpenJDK 8.
apt update ; apt install -y default-jre default-jre-headless
apt-get install -y gnupg
apt-key adv --fetch-keys https://debian.neo4j.org/neotechnology.gpg.key
echo 'deb http://debian.neo4j.org/repo stable/' > /etc/apt/sources.list.d/neo4j.list
apt update ; apt install neo4j
systemctl status neo4j.service
- HTTP: 7474
- HTTPS: 7473
- Bolt: 7687
neo4j-admin set-initial-password 'PASSWORD'
Access Neo4j via: http://localhost:7474/browser/
neo4j console