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
application
value of theapp.yaml
file fromyour-app-id
to the app-id which is whitelisted for the VM Runtime Trusted Tester Program. -
Run the
appcfg.py
script 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