Versions Compared

Key

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

...

With JDK 1.8 or a more recent version installed, obtain the source archive from Geode's Github. Extract and build from source:

$ cd incubator-geode 

set the JAVA_HOME environment variable to the JDK installation.

Install Gradle, version 2.3 or a more recent version.

Obtain and unpack the source from the Releases page at http://geode.incubator.apache.org/. Within the directory containing the unpacked source:

$ gradle$ ./gradlew build installDist -Dskip.tests=true

...

Start a locator and server:

...