tree: 646530931a5eccba446a508d4958e9f21833f14c [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
java/demo/README.md

Prerequisite:

Linux

Install the Appengine SDK.

$ sudo apt-get install google-cloud-sdk-app-engine-java

Mac

Install the Google Cloud SDK.

$ brew install google-cloud-sdk

Use GCloud CLI to install the Java Appengine

$ gcloud components install app-engine-java

How to regenerate the WAR, deploy and run in appengine?

$ mvn appengine:run