You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
penmetsaa 00095c0403
Adding missed servlet mapping file for java demo website landing page. (#2841)
3 years ago
..
src/main Adding missed servlet mapping file for java demo website landing page. (#2841) 3 years ago
README.md Demo migration (#2826) 3 years ago
pom.xml Using precompiled templates with SoySauce (#2839) 3 years ago

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