Versions Compared

Key

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

...

Obtain the source archive from Pivotal. Extract and build from source (note: currently Geode supports jdk1.7.75):

$ cd geode 
geode $ ./gradlew build installDist 

...

$ cd gemfire-assembly/build/install/geode geode 
$ ./bin/gfsh 
gfsh gfsh> start locator --name=locator gfsh> start server --name=server 

...