|
Hi,
I would like to create an installer that contains everything needed to run my grails application. What options are available? |
|
What OS? Are you wanting RPM, app-get, visual installer, etc? More detail will help you get a specific answer. Also, are you doing this at build time, CI, ide?
Aaron On May 19, 2010, at 4:53 PM, citron wrote: > > Hi, > > I would like to create an installer that contains everything needed to run > my grails application. > > What options are available? > -- > View this message in context: http://grails.1312388.n4.nabble.com/How-to-create-an-installer-for-a-grails-application-tp2223669p2223669.html > Sent from the Grails - user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
I would like to create an installer for windows.
The installer should be as user friendly as possible, eg. a visual installer. Currently I am creating a war file using the grails -war command. |
|
I am also wanting to do the same for windows..
Did you find a good way to do it |
|
You could simply bundle up the war with jetty or tomcat in a zip and start it via a batch script
http://stackoverflow.com/questions/3623412/jetty-run-war-using-only-command-line On 14 July 2012 06:02, Grailearner <[hidden email]> wrote: I am also wanting to do the same for windows.. |
|
Cool.. will try that..
Thanks
On Sat, Jul 14, 2012 at 1:57 PM, micke_ [via Grails] <[hidden email]> wrote: You could simply bundle up the war with jetty or tomcat in a zip and start it via a batch script |
|
There's actually a plugin for this called standalone (and one for jetty). I haven't personally used them before, but sounds like they might meet your needs.
http://grails.org/plugin/standalone/ http://grails.org/plugin/jetty-standalone Hope that helps! Bobby |
| Powered by Nabble | Edit this page |
