Skip to content
Snippets Groups Projects
Commit 08254a74 authored by Swapnil Bawaskar's avatar Swapnil Bawaskar
Browse files

[geode] updated README to point to release location.

parent 675b0fd0
No related branches found
No related tags found
No related merge requests found
...@@ -21,15 +21,7 @@ This section describes how to run YCSB on Apache Geode (incubating). ...@@ -21,15 +21,7 @@ This section describes how to run YCSB on Apache Geode (incubating).
### Get Apache Geode ### Get Apache Geode
You can clone Geode source from apache or the github mirror and build You can download Geode from http://geode.incubator.apache.org/releases/
```
$ git clone https://github.com/apache/incubator-geode
$ cd incubator-geode
$ ./gradlew build installDist
```
You can also get the latest release (once it is available) from
http://geode.incubator.apache.org/download/
#### Start Geode Cluster #### Start Geode Cluster
...@@ -40,7 +32,7 @@ Geode servers. ...@@ -40,7 +32,7 @@ Geode servers.
Launch gfsh: Launch gfsh:
``` ```
$ cd gemfire-assembly/build/install/apache-geode $ cd $GEODE_HOME
$ ./bin/gfsh $ ./bin/gfsh
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment