Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 473 Bytes

App Engine: Qwik Start - Go.md

File metadata and controls

19 lines (16 loc) · 473 Bytes

App Engine: Qwik Start - Go

Select your Region from task 3

export REGION=

Run in cloudshell

gcloud config set compute/region $REGION
gcloud services enable appengine.googleapis.com
git clone https://github.com/GoogleCloudPlatform/golang-samples.git
cd golang-samples/appengine/go11x/helloworld
sudo apt-get install google-cloud-sdk-app-engine-go
gcloud app deploy
gcloud app browse

Select the Region from task 3 and press y when asked