Skip to content

Instantly share code, notes, and snippets.

@SmiddyPence
Created April 28, 2014 17:44
Show Gist options
  • Select an option

  • Save SmiddyPence/11378974 to your computer and use it in GitHub Desktop.

Select an option

Save SmiddyPence/11378974 to your computer and use it in GitHub Desktop.

Revisions

  1. SmiddyPence created this gist Apr 28, 2014.
    6 changes: 6 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    wget -O - http://debian.neo4j.org/neotechnology.gpg.key >> key.pgp
    sudo apt-key add key.pgp
    echo 'deb http://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list > /dev/null
    sudo apt-get update && sudo apt-get install neo4j

    sudo service neo4j-service (stop|start|restart)