# Google App Engine Information Open in Cloud Shell 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][ae-docs] for more detailed instructions. [ae-docs]: https://cloud.google.com/appengine/docs/java/ ## Setup Use either: * `gcloud init` * `gcloud auth application-default login` ## Maven ### Running locally $ mvn appengine:run ### Deploying $ mvn clean package appengine:deploy