Skip to content

Commit d473026

Browse files
Merge pull request #8 from smgoller/update_prequisites
Clean up prerequisites documentation.
2 parents a4f752e + 781fc54 commit d473026

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

infrastructure/google_cloud/README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Benchmark Utilities for Google Cloud Platform
22

33

4-
These utilities create instances and run tests in your google cloud account. They assume that
5-
you have installed the gcloud utility and set your default project, region, and zone.
4+
These utilities create instances and run tests in your google cloud account.
5+
6+
# Prerequisites
7+
* You must have the [google cloud sdk](https://cloud.google.com/sdk/) installed.
8+
* You must also set a default region and zone via the following commands:
9+
```bash
10+
gcloud config set project <project>
11+
gcloud config set compute/region <region>
12+
gcloud config set compute/zone <zone>
13+
14+
```
15+
16+
otherwise the scripts may prompt you for these values.
617

718
# build_image.sh
819
`build_image.sh` creates a compute image suitable for launching benchmarks on. It takes no

0 commit comments

Comments
 (0)