Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Geode in 5 minutes
Geode in 5 minutes
Geode in 5 minutes

Obtain With JDK 1.8 or a more recent version installed, obtain the source archive from Geode's Github. Extract and build from source (note: currently Geode supports jdk1.7.75):

$ cd incubator-geode 
$ ./gradlew build installDist -Dskip.tests=true

...