Greg Hauptmann
2009-Sep-14 21:01 UTC
[Ironruby-core] whats the best way to package deploy a Ruby app to windows??? (no UI, also standalone if possible)
Hi, Whats the best way to package deploy a Ruby app to windows??? (no UI, also standalone if possible) Does ironruby help out here? (I''m guess no, and that ironruby would be more for if you wanted to hook into the .net classes?) In other words a tools I can create a normal windows installation package, or self extracting package, so that non-techo''s who get the installation can run it in seemlessly. Would need to be stand alone (i.e. no requirement for them to have installed Ruby themselves). Thanks
Jimmy Schementi
2009-Sep-14 21:46 UTC
[Ironruby-core] whats the best way to package deploy a Ruby app to windows??? (no UI, also standalone if possible)
Both IronRuby and Ruby are fairly stand-alone, so an installer could just put the necessary DLLs, exe, and any needed libraries/gems into the installation directory, along with the application being installed. The One-Click installer gives you a bunch of other stuff, but all you should need for Ruby is here: ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.8.7-p72-i386-mswin32.zip. And IronRuby''s latest release is here: http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30914#DownloadId=77408. ~Jimmy> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Greg Hauptmann > Sent: Monday, September 14, 2009 2:02 PM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] whats the best way to package deploy a Ruby app to > windows??? (no UI, also standalone if possible) > > Hi, > > Whats the best way to package deploy a Ruby app to windows??? (no UI, > also standalone if possible) Does ironruby help out here? (I''m > guess no, and that ironruby would be more for if you wanted to hook into > the .net classes?) > > In other words a tools I can create a normal windows installation package, or > self extracting package, so that non-techo''s who get the installation can run it > in seemlessly. Would need to be stand alone (i.e. no requirement for them > to have installed Ruby themselves). > > Thanks > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core