Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.29 KB

Copyright (C) 2014 Google Inc.

Sample 'hello world' application for use with the App Engine Java VM Runtime.

Requires Apache Maven 3.0 or greater, and JDK 7+ in order to run. This application needs to be deployed to the App Engine VM Runtime.

Make sure that you are invited to the VM Runtime Trusted Tester Program, and have downloaded the SDK.

To build, do the following:

  1. Change the value of the application element in your appengine-web.xml to the app id of an app that has been whitelisted for the VM Runtime.

  2. Run mvn package

  3. Run the appcfg.sh script from the VM Runtime SDK as follows:

     $ $SDK_DIR/bin/appcfg.sh -s preview.appengine.google.com update target/hello-1.0-SNAPSHOT
    
  4. Visit http://your-app-id.appspot.com/.

For further information, consult the Java App Engine documentation.

To see all the available goals for the App Engine plugin, run

mvn help:describe -Dplugin=appengine