Skip to content

Instantly share code, notes, and snippets.

@landongn
Created June 8, 2018 00:11
Show Gist options
  • Save landongn/29990412dbeef9fa1165c167a9ec0be0 to your computer and use it in GitHub Desktop.
Save landongn/29990412dbeef9fa1165c167a9ec0be0 to your computer and use it in GitHub Desktop.
wget --no-check-certificate -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
echo 'deb http://debian.neo4j.org/repo stable/' | sudo tee /etc/apt/sources.list.d/neo4j.list
sudo apt update
sudo apt install neo4j
sudo service neo4j start
@landongn
Copy link
Author

landongn commented Jun 8, 2018

this was on xenial, btw (16.04)

@johnymontana
Copy link

Hmm. I just copy/pasted this in a fresh 16.04.4 instance and it worked fine for me. You said you already had installed Java? Which Java? I used the default openjdk-8-jre-headless. Could you paste in the error messages you're getting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment