blob: ab51466d2e7c1e5aeb1519ddce03a3a63c942f1c [file] [log] [blame]
This is a new App Engine Python 2.7 application for http://gonacl.com
At this time it presents the existing functionality of redirecting
to http://developers.google.com/native-client/
Also, there are PNaCl demos added at /static/pnacl-demo-<name>/index.html
To upload, run this from the root directory of the AppEngine SDK:
$ ./appcfg.py update <path-to-this-dir>
It probably makes sense to bump the application version in app.yaml for each
upload, as it lets us use AppEngine's versioning. The newly uploaded version can
be tried before actually being activated, by going to the "Versions" section on
the AppEngine dashboard. Note that the newly uploaded version only becomes
active when it's set as the "default" version in the dashboard.
Included demos:
* static/pnacl-demo-earth: the modified Earth demo.
* static/pnacl-demo-bullet: a demo of bullet physics, using NaCl acceleration
modules.
Only the source files (HTML and JS) are kept in source control. The pexe and
images should be copied over from an SDK build when uploading to AppEngine.