Quantcast

How to create an installer for a grails application?

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to create an installer for a grails application?

citron
Hi,

I would like to create an installer that contains everything needed to run my grails application.

What options are available?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to create an installer for a grails application?

Aaron Oathout
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


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to create an installer for a grails application?

citron
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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to create an installer for a grails application?

Grailearner
I am also wanting to do the same for windows..
Did you find a good way to do it
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to create an installer for a grails application?

micke_
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..
Did you find a good way to do it

--
View this message in context: http://grails.1312388.n4.nabble.com/How-to-create-an-installer-for-a-grails-application-tp2223669p4631549.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



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to create an installer for a grails application?

Grailearner
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
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..
Did you find a good way to do it

--
View this message in context: http://grails.1312388.n4.nabble.com/How-to-create-an-installer-for-a-grails-application-tp2223669p4631549.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






If you reply to this email, your message will be added to the discussion below:
http://grails.1312388.n4.nabble.com/How-to-create-an-installer-for-a-grails-application-tp2223669p4631550.html
To unsubscribe from How to create an installer for a grails application?, click here.
NAML

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to create an installer for a grails application?

bobbywarner
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
Loading...