Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2014 07:47
Show Gist options
  • Save anonymous/b1b446064da26e99a10d to your computer and use it in GitHub Desktop.
Save anonymous/b1b446064da26e99a10d to your computer and use it in GitHub Desktop.
How-To-Neo4j-Reasoning

Fair warning: getting to the reasoning point of this process requires an extraordinary amount of hand waving. We're about to go down the rabbit hole.

Neo4j

Clojure

Fortunately there is a tool called Leiningen that makes working with Clojure extra easy. I did the following steps on my CSL account - commandline stuff is always easiest on unix.

Step 1. Install Leiningen

Grab the lein script. Easiest way to do that is just wget

wget https://raw.github.com/technomancy/leiningen/stable/bin/lein --no-check-certificate

This will grab the lein program from github. You will need to put it somewhere in your path. On the CSL servers I have ~/bin in my path so I dropped it there.

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