README
1 This is a new App Engine Python 2.7 application for http://gonacl.com
2
3 At this time it presents the existing functionality of redirecting
4 to http://developers.google.com/native-client/
5
6 Also, a PNaCl demo is added at /static/pnacl-demo/index.html
7
8 To upload, run this from the root directory of the AppEngine SDK:
9
10 $ ./appcfg.py update <path-to-this-dir>
11
12 It probably makes sense to bump the application version in app.yaml for each
13 upload, as it lets us use AppEngine's versioning. The newly uploaded version can
14 be tried before actually being activated, by going to the "Versions" section on
15 the AppEngine dashboard. Note that the newly uploaded version only becomes
16 active when it's set as the "default" version in the dashboard.
17
18 In static/pnacl-demo we have the files for the modified Earth demo. Only the
19 source files (HTML and JS) are kept in source control. The pexe and images
20 should be copied over from an SDK build when uploading to AppEngine.
21