Skip to content

Instantly share code, notes, and snippets.

@danilat
Created January 10, 2011 10:19
Show Gist options
  • Save danilat/772618 to your computer and use it in GitHub Desktop.
Save danilat/772618 to your computer and use it in GitHub Desktop.
Deploy a grails application to the Stax Cloud
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