Skip to content

Instantly share code, notes, and snippets.

@aliartiza75
Created May 5, 2018 21:42
Show Gist options
  • Save aliartiza75/3aa96cb4564d8c21806abbac515920b7 to your computer and use it in GitHub Desktop.
Save aliartiza75/3aa96cb4564d8c21806abbac515920b7 to your computer and use it in GitHub Desktop.
Notes for Using the Google Cloud SDK
This file contains the guidelines on how to use the gcloud utility.
Installation:
1) Download the tar file for the gcloud sdk.
2) Unzip it.
3) Move inside the uncompressed folder and run this command ./google-cloud-sdk/install.sh to start the installlation.
4) Follow the steps shown in the intstallation process
5) Once installed close the current terminal and open a new one to use the gcloud utility.
Usage:
1) Use gcloud --help commnad for help
2) Explore the extracted folder google-cloud-sdk
3) Use this commnad "python /home/irti/Downloads/google-cloud-sdk/platform/google_appengine/dev_appserver.py app.yaml"
to start the application using the gcloud app engine's dev_app server locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment