Skip to content
Andreas Ronge edited this page Feb 26, 2012 · 1 revision

Installing JRuby

endprologue.

Install Java

On Linux:
apt-get install sun-java6-jdk sun-java6-jre

Also check this

Mac:

Mac comes with the JDK, for more information check this

You should use java version >= 6 (check java -version)

Install JRuby

I recommend using rvm

Install Neo4j

gem install neo4j --pre

Clone this wiki locally