Skip to content

Commit 8bc19a3

Browse files
bradfriedmanJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Remove local deployment from README (#490)
* Remove local deployment from README * Add a warning stating that running apps locally is not yet supported
1 parent 7b4aaf6 commit 8bc19a3

File tree

1 file changed

+3
-10
lines changed
  • appengine/standard/endpoints-frameworks-v2/echo

1 file changed

+3
-10
lines changed

appengine/standard/endpoints-frameworks-v2/echo/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ Install the Endpoints Frameworks v2 library:
1111
$ mkdir lib
1212
$ pip install -t lib google-endpoints
1313

14-
## Running Locally
15-
16-
For more info on running Standard applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/python/quickstart).
17-
18-
Run the application:
19-
20-
$ dev_appserver.py app.yaml
21-
22-
In your web browser, go to the following address: http://localhost:8080/\_ah/api/explorer
23-
2414
## Deploying to Google App Engine
2515

2616
Generate a swagger file by running: `python lib/endpoints/endpointscfg.py get_swagger_spec main.EchoApi --hostname your-service.appspot.com`
@@ -36,3 +26,6 @@ Then, deploy the sample using `gcloud`:
3626
$ gcloud beta app deploy
3727

3828
Once deployed, you can access the application at https://your-service.appspot.com
29+
30+
Note that local deployment with dev_appserver.py is not yet supported with
31+
Endpoints Frameworks v2.

0 commit comments

Comments
 (0)