We pushed an update this evening that greatly simplifies the deployment of
Grails applications to the Stax Cloud. The process of creating and deploying a Grails application now consists of the following basic steps:
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 STAX_APPID myapp.war
For a more detailed overview of using Grails on Stax, please check out the
Grails wiki page. Please give it a shot and let us know how it goes!
You need to be a member of Stax Developer Community to add comments!
Join Stax Developer Community