Skip to content

Commit

Permalink
Remove local deployment from README (#490)
Browse files Browse the repository at this point in the history
* Remove local deployment from README

* Add a warning stating that running apps locally is not yet supported
  • Loading branch information
bradfriedman authored and Jon Wayne Parrott committed Oct 7, 2016
1 parent 7b4aaf6 commit 8bc19a3
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions appengine/standard/endpoints-frameworks-v2/echo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -36,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.

2 comments on commit 8bc19a3

@dalbani
Copy link

@dalbani dalbani commented on 8bc19a3 Nov 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not being able to use v2 in the local environment is really a show stopper for me.
When can we expect this to be solved?
Thanks.

@theacodes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dalbani thank you for letting us know this use case is important. However, we rarely speak on timelines.

@bradfriedman anything to add?

Please sign in to comment.