Skip to content

Instantly share code, notes, and snippets.

@coolgarifTech
Last active December 17, 2015 09:08
Show Gist options
  • Save coolgarifTech/5584961 to your computer and use it in GitHub Desktop.
Save coolgarifTech/5584961 to your computer and use it in GitHub Desktop.
Setting up NEO4J for the first time on ubuntu using the command line
mv neo4j-community-1.8.2-unix.tar.gz /home/userName/neo4j/neo4j-community-1.8.2-unix.tar.gz
cd /home/userName/neo4j
tar -xzf neo4j-community-1.8.2-unix.tar.gz
ls
# > neo4j-community-1.8.2
mv neo4j-community-1.8.2 hydraGraph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment