Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified that gfsh is in 2 places.

...

./gradlew build -Dskip.tests=true

The built binaries will be located in The gfsh script will be in two places. One place it can be found is in  geode-assembly/build/distributionsinstall/apache-geode/bin.

Alternatively, the gfsh script is within the built binaries. To install from the distribution in geode-assembly/build/distributions/, extract the archive file and add the bin directory to your path.

The gfsh script can also be found in geode-assembly/build/install/apache-geode/bin.

Build on Windows

There is a gradlew.bat script in the develop branch of the repository at https://github.com/apache/incubator-geode, so it can be used to build from source.

...

gradle build -Dskip.tests=true

The built binaries will be located The gfsh script will be in two places. One place it can be found is in geode-assembly\build\install\distributions\apache-geode\bin.

Alternatively, the gfsh script is within the built binaries. To install from the distribution in geode-assembly\build\distributions\, extract the archive file and add the bin directory  folder to your path.The gfsh.bat script can also be found in geode-assembly\build\install\apache-geode\bin.

 

Running Geode

To embed Geode in your application, add lib/geode-dependencies.jar to your classpath.

...