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

Unified Diff: tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/README

Issue 1264873003: Add gsutil/third_party to telemetry/third_party/gsutilz/third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove httplib2 Created 5 years, 5 months 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: tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/README
diff --git a/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/README b/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/README
new file mode 100644
index 0000000000000000000000000000000000000000..a6824ad15e9689dbe8fd5b69f5c6e00cb7286b35
--- /dev/null
+++ b/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/README
@@ -0,0 +1,34 @@
+Experimental WSGI Service
+=========================
+
+Simple Demo for testing experimental WSGI Code.
+
+Google App Engine
+=================
+
+For more information about Google App Engine, and to download the SDK, see:
+
+ http://code.google.com/appengine
+
+Running locally
+===============
+
+ProtoRPC is packaged with the App Engine SDK, but the version shipped
+may not be the most current version due to the App Engine release
+schedule. If you'd like to use the most current version of ProtoRPC,
+you can install it in the experimental/wsgi directory.
+
+For example on a unix-like OS, you could either copy:
+
+ $ cp -r $PROTORPC/python/protorpc $PROTORPC/demos/experimental/wsgi
+
+or symlink the directory:
+
+ $ ln -s $PROTORPC/python/protorpc $PROTORPC/demos/experimental/wsgi/protorpc
+
+To run this demo locally, you need to run an instance of the Google App
+Engine dev-appserver. The server defaults on port 8080.
+
+Example on a unix-like OS:
+
+ $ python $GAE_SDK/dev_appserver.py $PROTORPC/demos/experimental/wsgi

Powered by Google App Engine
This is Rietveld 408576698