Versions Compared

Key

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

Download Geode source from one of two places: find a specific Apache Geode (incubating) release at httpshttp://githubgeode.com/apache/incubator-geodeapache.org/releases or use the head of the develop branch at https://github.com/apache/incubator-geode. Build instructions for each Apache Geode (incubating) release are in the README.md or BUILDING.md file within the release. Both sets of the source code use the standard Gradle lifecycle model.

...

git clone -b develop https://github.com/apache/incubator-geode.git

Build on Unix

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

...

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.

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

...

gfsh start locator --name=locator --J=-Dgemfire.OSProcess.ENABLE_OUTPUT_REDIRECTION=true