Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: appengine_apps/chromium_status/appengine_module/chromium_status/README

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698