Skip to content

Google Cloud SDK Setup

Google Cloud Installation

  • login to GCloud using your appcircle mail address like xxx@cloud.appcirle.io from here.
  • Download and install the GCloud SDK from this link. After download you can start installation using following commands.
./google-cloud-sdk/install.sh
  • Init GCloud using following command.

./google-cloud-sdk/bin/gcloud init
This will ask to login on GCloud, login to the system (make sure to use your xxx@cloud.appcircle.io account). If this asks creating new project choose no.

  • Try select appcircle project if available in the project list, if not exists skip all steps and add project manually with below command.
gcloud config set project appcircle
  • Ignore any forbidden error messages.