Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Created November 13, 2013 23:01
Show Gist options
  • Save marcosvidolin/7458076 to your computer and use it in GitHub Desktop.
Save marcosvidolin/7458076 to your computer and use it in GitHub Desktop.
How to deploy a Google AppEngine application?
# %APPENGINE_HOME%/appcfg.sh update "WAR_PATH"
# Enter your Google username and password at the prompts.
# see: https://developers.google.com/appengine/docs/java/gettingstarted/uploading
/opt/appengine-java-sdk-1.8.0/bin/appcfg.sh update target/gae-springmvc-template-0.0.1-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment