[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Basic Windows Deployment

Mike Stephens

3/9/2007 7:39:00 PM

Is there any documentation on what files need to be deployed on a client
Windows pc to run a Ruby script? The one-click installer includes all
sorts of documentation, editors etc etc not applicable to end users.

--
Posted via http://www.ruby-....

3 Answers

Curt Hibbs

3/9/2007 8:56:00 PM

0

On 3/9/07, Mike Stephens <rubfor@recitel.net> wrote:
> Is there any documentation on what files need to be deployed on a client
> Windows pc to run a Ruby script? The one-click installer includes all
> sorts of documentation, editors etc etc not applicable to end users.

Take a look at Ruby2Exe:

http://www.erikveen.dds.nl/rubyscript2exe/...

Curt

Frank Schmitt

3/9/2007 9:00:00 PM

0

Mike Stephens wrote:
> Is there any documentation on what files need to be deployed on a client
> Windows pc to run a Ruby script? The one-click installer includes all
> sorts of documentation, editors etc etc not applicable to end users.

Depending on whether your end users want to edit the script or just need
to run it, you could use RubyScript2Exe

http://www.erikveen.dds.nl/rubyscript2exe/index....

which embeds your script, the Ruby interpreter and all necessary
extensions into a single executable.

HTH & kind regards
Frank


Mike Stephens

3/12/2007 7:41:00 AM

0

Frank/Curt

That's brilliant.

Ruby - Rich environment; supportive community...

--
Posted via http://www.ruby-....