Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.51 KB

File metadata and controls

63 lines (39 loc) · 1.51 KB

Google App Engine Information

This sample displays what's going on in your app. It dumps the environment and lots more.

See the Google App Engine standard environment documentation for more detailed instructions.

Setup

Use either:

  • gcloud init
  • gcloud auth application-default login

Maven

Running locally

$ mvn appengine:run

Deploying

$ mvn appengine:deploy

Gradle

Running locally

$ gradle appengineRun

If you do not have gradle installed, you can run using ./gradlew appengineRun.

Deploying

$ gradle appengineDeploy

If you do not have gradle installed, you can deploy using ./gradlew appengineDeploy.