Created
January 10, 2011 10:19
-
-
Save danilat/772618 to your computer and use it in GitHub Desktop.
Deploy a grails application to the Stax Cloud
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
Create the app: | |
# grails create-app myapp | |
Write your code and test locally: | |
# grails run-app | |
Generate the application WAR file: | |
# grails war | |
Deploy the war to the Stax Cloud: | |
# stax app:deploy -a username/appid myapp.war |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment