Skip to main content

App Engine

Règles : 

App engine supporte une seule application par projet !

 

Hello world : 

git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
cd python-docs-samples/appengine/standard_python3/hello_world

Tester l'app : 

dev_appserver.py app.yaml

Déployer dans app engine

gcloud app deploy