Index: appengine_apps/chromium_status/appengine_module/chromium_status/README |
diff --git a/appengine_apps/chromium_status/appengine_module/chromium_status/README b/appengine_apps/chromium_status/appengine_module/chromium_status/README |
deleted file mode 100644 |
index a5edb4fc0d1a9ea288c609ad1fd031d90b08a606..0000000000000000000000000000000000000000 |
--- a/appengine_apps/chromium_status/appengine_module/chromium_status/README |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-Chromium Status |
- |
-Base framework for: |
- http://blink-status.appspot.com |
- http://chromium-status.appspot.com |
- http://chromiumos-status.appspot.com |
- http://nativeclient-status.appspot.com |
- ... among others ... |
- |
-You should download & install Google Appengine into the parent dir: |
- https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python |
-Just unzip it there so that google_appengine/ exists alongside chromium-status/. |
- |
-You can launch a local instance for testing by doing: |
- ../google_appengine/dev_appserver.py --host $(hostname -s) app.yaml |
- |
-Then browse to your desktop's port 8080. |
- |
-To post commits with git, you can do: |
- ... make changes ... |
- git commit -a -m 'commit message' |
- git cl upload |