Establish gcloud Environment

  1. Download and install the Google Cloud SDK Toolkit (https://cloud.google.com/sdk).
  2. Run the following gcloud commands to log in and set the proper project:

    gcloud auth login

    gcloud config set project <project name>