Ubuntu 18.04 - Downstream/bsuapi GitHub Wiki
Add required sources
Neo4j Enterprise
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
apt-get update
Install
Basics
apt-get install -y git wget curl vim
Neo4j Enterprise
apt-get install -y openjdk-8-jre apt-get install -y neo4j-enterprise=3.5.8
Nginx
apt-get install -y nginx
Configuring the Neo4j Service
The service definition included with Neo4j Enterprise is intended for Ubuntu 14.04, and a lot has changed.
- Packed service definition:
/lib/systemd/system/neo4j.service
- Environment config here screws things up, so comment that line out
Environment="NEO$J_CONF...