Copyright (C) 2014 Google Inc.
A simple Python VM Runtime 'hello world' example, which accesses the 'Users' service, and shows how to get information about the current instance.
You can run this application only on the App Engine VM Runtime. Currently, the VM Runtime is part of the Early Access Program, and only the participants are able to run this application.
-
Make sure that you are invited to the VM Runtime Trusted Tester Program, and download the SDK.
-
Update the
applicationvalue of theapp.yamlfile fromyour-app-idto the app-id which is whitelisted for the VM Runtime Trusted Tester Program. -
Run the
appcfg.pyscript from the VM Runtime SDK as follows:$ $SDK_DIR/appcfg.py -R -s preview.appengine.google.com update <directory> -
Visit
http://your-app-id.appspot.com/.
- See LICENSE