upthewaterspout closed pull request #8: Clean up prerequisites documentation.
URL: https://github.com/apache/geode-benchmarks/pull/8
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/infrastructure/google_cloud/README.md 
b/infrastructure/google_cloud/README.md
index 85830a5..9173d4e 100644
--- a/infrastructure/google_cloud/README.md
+++ b/infrastructure/google_cloud/README.md
@@ -1,8 +1,19 @@
 # Benchmark Utilities for Google Cloud Platform
 
 
-These utilities create instances and run tests in your google cloud account. 
They assume that
-you have installed the gcloud utility and set your default project, region, 
and zone.
+These utilities create instances and run tests in your google cloud account. 
+
+# Prerequisites
+* You must have the [google cloud sdk](https://cloud.google.com/sdk/) 
installed.
+* You must also set a default region and zone via the following commands:
+```bash
+gcloud config set project <project>
+gcloud config set compute/region <region>
+gcloud config set compute/zone <zone>
+
+```
+
+otherwise the scripts may prompt you for these values.
 
 # build_image.sh
 `build_image.sh` creates a compute image suitable for launching benchmarks on. 
It takes no 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to