GAE Managed VM and Custom Runtime sample app.
Managed VM provides Virtual Machine on GAE. Custom Runtime provides Docker Container on GAE.
$ gcloud preview app deploy app.yaml --promote
If you have python3, simply run $ python3 main.py
.
- install
direnv
andpyenv
- enter this repository
$ direnv allow .
(don't pay attentions for any errors!)$ pyenv install 3.4.3
(then install python3.4.3 to .pyenv directory)- re-run
$ direnv allow .
$ python3 main.py