Index: tools/telemetry/third_party/gsutil/third_party/protorpc/demos/echo/README |
diff --git a/tools/telemetry/third_party/gsutil/third_party/protorpc/demos/echo/README b/tools/telemetry/third_party/gsutil/third_party/protorpc/demos/echo/README |
deleted file mode 100644 |
index ca0cdc2b8198f560fb98acb53352939e1499b29a..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/third_party/gsutil/third_party/protorpc/demos/echo/README |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-Echo Service |
-============ |
- |
-The echo service is a service that echos a request back to the caller. Useful |
-for testing and illustrates all data types in the forms interface. |
- |
-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 echo directory. |
- |
-For example on a unix-like OS, you could either copy: |
- |
- $ cp -r $PROTORPC/python/protorpc $PROTORPC/demos/echo |
- |
-or symlink the directory: |
- |
- $ ln -s $PROTORPC/python/protorpc $PROTORPC/demos/echo/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/echo |