Skip to content

Commit a94e912

Browse files
committed
Tweaks to Endpoints README
1 parent ca98687 commit a94e912

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

endpoints/getting-started/README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Google Cloud Endpoints
22
This sample demonstrates how to use Google Cloud Endpoints using Java.
33

4-
## Deploying to Google App Engine Flexible Environment
4+
## Pre-deployment steps
5+
6+
### Edit and deploy the OpenAPI specification
57

6-
### Edit the Swagger API specification
8+
1. Open the [src/main/appengine/swagger.yaml](src/main/appengine/swagger.yaml) file in your favorite editor, and replace the YOUR-PROJECT-ID `host` line with your actual Google Cloud Platform project id.
79

8-
Open the [src/main/appengine/swagger.yaml](src/main/appengine/swagger.yaml) file in your favorite editor, and replace the YOUR-PROJECT-ID `host` line with your actual Google Cloud Platform project Id.
10+
2. Deploy the service configuration. For information on how to do this, see the Configuring Endpoints and Deploying the Sample API sections [here](https://cloud.google.com/endpoints/docs/quickstart-container-engine).
11+
12+
## Deploying to Google App Engine Flexible Environment
913

1014
### Running locally
1115
$ mvn jetty:run

0 commit comments

Comments
 (0)