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
- 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.