Skip to content

joseret/pso-appdev-appengine-std-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pso-appdev-appengine-std-python

Google Cloud App Dev PSO - App Engine Standard Python

Setup

initialize API

gcloud service-management enable appengine.googleapis.com
gcloud service-management enable compute-component.googleapis.com

git

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"
  git remote add upstream https://github.com/joseret/pso-appdev-appengine-std-python
gcloud source repos clone pso-appdev  

Create Instance

gcloud compute --project "pso-appdev-gnp-mex" instances create "pso-appdev-appengine1" --zone "us-west1-c" --machine-type "n1-standard-2" --subnet "default" --maintenance-policy "MIGRATE" --service-account "839154992522-compute@developer.gserviceaccount.com" --scopes "https://www.googleapis.com/auth/devstorage.read_only","https://www.googleapis.com/auth/logging.write","https://www.googleapis.com/auth/monitoring.write","https://www.googleapis.com/auth/servicecontrol","https://www.googleapis.com/auth/service.management.readonly","https://www.googleapis.com/auth/trace.append" --image "ubuntu-1604-xenial-v20170619a" --image-project "ubuntu-os-cloud" --boot-disk-size "200" --boot-disk-type "pd-standard" --boot-disk-device-name "pso-appdev-appengine1"

Deploy Simplest App

gcloud app deploy app.yaml

About

Google Cloud App Dev PSO - App Engine Standard Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages