Created
November 13, 2013 23:01
-
-
Save marcosvidolin/7458076 to your computer and use it in GitHub Desktop.
How to deploy a Google AppEngine application?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# %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