Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 380 Bytes

App Engine: Qwik Start - Python.md

File metadata and controls

12 lines (10 loc) · 380 Bytes

App Engine: Qwik Start - Python

Run in Cloudshell

gcloud services enable appengine.googleapis.com
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
cd python-docs-samples/appengine/standard_python3/hello_world
sed -i 's/Hello World!/Hello, Cruel World!/g' main.py
gcloud app deploy

Select the Region from task 5 and press y when asked