From aa25bb0cc4b2079cd8904d9b0f359ff1845fcea5 Mon Sep 17 00:00:00 2001 From: Brad Friedman Date: Wed, 31 Aug 2016 13:35:39 -0700 Subject: [PATCH 1/2] Remove local deployment from README --- .../standard/endpoints-frameworks-v2/echo/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appengine/standard/endpoints-frameworks-v2/echo/README.md b/appengine/standard/endpoints-frameworks-v2/echo/README.md index d8519f307f56..9aba08e5c854 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/README.md +++ b/appengine/standard/endpoints-frameworks-v2/echo/README.md @@ -11,16 +11,6 @@ Install the Endpoints Frameworks v2 library: $ mkdir lib $ pip install -t lib google-endpoints -## Running Locally - -For more info on running Standard applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/python/quickstart). - -Run the application: - - $ dev_appserver.py app.yaml - -In your web browser, go to the following address: http://localhost:8080/\_ah/api/explorer - ## Deploying to Google App Engine Generate a swagger file by running: `python lib/endpoints/endpointscfg.py get_swagger_spec main.EchoApi --hostname your-service.appspot.com` From 98e9ee5802959b3c99cd6816ac9c420d64b9fc73 Mon Sep 17 00:00:00 2001 From: Brad Friedman Date: Fri, 7 Oct 2016 13:01:53 -0700 Subject: [PATCH 2/2] Add a warning stating that running apps locally is not yet supported --- appengine/standard/endpoints-frameworks-v2/echo/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appengine/standard/endpoints-frameworks-v2/echo/README.md b/appengine/standard/endpoints-frameworks-v2/echo/README.md index 9aba08e5c854..5e14b99ff15e 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/README.md +++ b/appengine/standard/endpoints-frameworks-v2/echo/README.md @@ -26,3 +26,6 @@ Then, deploy the sample using `gcloud`: $ gcloud beta app deploy Once deployed, you can access the application at https://your-service.appspot.com + +Note that local deployment with dev_appserver.py is not yet supported with +Endpoints Frameworks v2.