Skip to content

Instantly share code, notes, and snippets.

@vikashvikram
Created February 8, 2016 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikashvikram/94df6cf83e3d76b1ad9e to your computer and use it in GitHub Desktop.
Save vikashvikram/94df6cf83e3d76b1ad9e to your computer and use it in GitHub Desktop.
Neo4j Cheatsheet
# get the sample rails app
# git clone https://github.com/vikashvikram/neo4jrails.git
# in case you are using neo4j with rails app, run follwoing commands to setup
rake neo4j:install[community-latest]
# to start a neo4j server from rails app
rake neo4j:start[development]
# start neo4j shell from a rails app
rake neo4j:shell[development]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment