Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sep Ebrahimzadeh committed Aug 17, 2016
1 parent a6088ac commit e462ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions managed_vms/endpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine

## Edit the Swagger API specification

Open the 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.
Open the 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.

## Running locally
$ mvn jetty:run
Expand All @@ -13,4 +13,4 @@ This sample demonstrates how to use Google Cloud Endpoints on Google App Engine

## Calling your API

Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
Please refer to the Google Cloud Endpoints [documentation](https://cloud.google.com/endpoints/docs/app-engine/) for App Engine Flexible Environment to learn about creating an API Key and calling your API.
3 changes: 1 addition & 2 deletions managed_vms/endpoints/src/main/appengine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM gcr.io/google_appengine/jetty9

ADD . /app

ADD managed-vms-endpoints-1.0-SNAPSHOT.war $JETTY_BASE/webapps/root.war
ADD . /app

0 comments on commit e462ba9

Please sign in to comment.