You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/echo/README.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,6 @@ Install the Endpoints Frameworks v2 library:
11
11
$ mkdir lib
12
12
$ pip install -t lib google-endpoints
13
13
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
-
24
14
## Deploying to Google App Engine
25
15
26
16
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`:
36
26
$ gcloud beta app deploy
37
27
38
28
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
0 commit comments