Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / appengine / README
1 AppEngine supports Python 2.5 and 2.7:
2   https://developers.google.com/appengine/docs/python/
3
4 A utility script dev_appserver is in this directory to automatically
5 download the sdk and call ./google_appengine/dev_appserver.py with
6 arguments for serving at <yourhostname>:8080 (which can then be
7 accessed from other machines on intranet).  See contents of script
8 for details on what it does (it is very short).
9
10 Examples based on project name chromiumos-build-stats.
11
12 To start the dev server on <yourhostname>:8080 do this:
13 %> ./dev_appserver chromiumos-build-stats/app.yaml
14
15 To clear DB before starting:
16 %> ./dev_appserver -c chromiumos-build-stats/app.yaml
17
18 To update on chromiumos-build-stats.appspot.com (WHEN READY):
19 %> ./google_appengine/appcfg.py update chromiumos-build-stats/