Versions Compared

Key

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

...

Within the geode directory, to build, run the tests, and create a distribution:

./gradlew build

To build and create a distribution, but not run the tests:

./gradlew build -Dskip.tests=true

The gfsh script will be in two places. One place it can be found is in  geode-assembly/build/install/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.

...

Within the geode folder, to build, run the tests, and create a distribution:

gradlew.bat build

To build and create a distribution, but not run the tests:

gradle build -Dskip.tests=true

The gfsh script will be in two places. One place it can be found is in geode-assembly\build\install\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 folder to your path. 

Running Geode

...

Geode

...

See the Geode Documentation for more complete documentation.

Note for Windows users: start a locator specifying this system property:

...