Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtoxin/gae-mvm-custom-runtime-sample
GAE Managed VM and Custom Runtime sample app.
https://github.com/airtoxin/gae-mvm-custom-runtime-sample
Last synced: about 11 hours ago
JSON representation
GAE Managed VM and Custom Runtime sample app.
- Host: GitHub
- URL: https://github.com/airtoxin/gae-mvm-custom-runtime-sample
- Owner: airtoxin
- License: mit
- Created: 2015-12-01T06:24:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:00:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T08:13:19.713Z (7 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google App Engine Managed VM and Custom Runtime sample
GAE Managed VM and Custom Runtime sample app.
Managed VM provides Virtual Machine on GAE. Custom Runtime provides Docker Container on GAE.
## deploy to GAE
`$ gcloud preview app deploy app.yaml --promote`
## test localy
If you have python3, simply run `$ python3 main.py`.
1. install `direnv` and `pyenv`
2. enter this repository
3. `$ direnv allow .` (don't pay attentions for any errors!)
4. `$ pyenv install 3.4.3` (then install python3.4.3 to .pyenv directory)
5. re-run `$ direnv allow .`
6. `$ python3 main.py`