Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 589 Bytes

install-the-client-tools.md

File metadata and controls

17 lines (11 loc) · 589 Bytes

Installing the client tools

Install the Google 'gcloud' SDK

Follow the instructions here to install gcloud. Then, set the Google Cloud project that you want to use for this lab as the default, by running:

gcloud config set project <your-project-name>

Note: if you don't yet have a Google Cloud project created, then follow the signup instructions here.

Grab the service account docs from here:

Google Service Account Docs