blob: 82866575a8441f3d0376c487303e4d46c0f698f2 [file] [log] [blame]
Create a distribution archive using
./gradlew distTar
Unpack the archive found in gemfire-assembly/build/distributions and run the gfsh shell
cd apache-geode-*
bin/gfsh
OR
Unpack the archive using Gradle task
./gradlew installDist
cd build/install/gemfire
bin/gfsh
From the gfsh shell you can start a locator and a server using
gfsh> start locator --name=locator
gfsh> start server --name=server