Michael Slater
2007-Sep-24 16:21 UTC
[Instantrails-users] Auto-launch instant rails and app
I''m using Instant Rails for a client''s demo machine that they''ll be taking to a show. Can I set Instant Rails to automatically launch my application so the user doesn''t have to deal with the Instant Rails UI at all? thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070924/dd2258a3/attachment.html
Bill Froelich
2007-Sep-25 06:04 UTC
[Instantrails-users] Auto-launch instant rails and app
Probably the easiest thing to do would be to setup things to run as a windows service that starts automatically. I have a machine where I simply configured mysql as a service and then setup mongrel as a service (I didn''t need apache) and they just automatically run. To setup MySQL to run as a service automatically on the next reboot c:\>c:\InstantRails\mysql\bin\mysqld --install Next to setup Mongrel as a service using the instructions at http://mongrel.rubyforge.org/docs/win32.html That should take care of it. Hope it helps! --Bill ________________________________ From: instantrails-users-bounces at rubyforge.org [mailto:instantrails-users-bounces at rubyforge.org] On Behalf Of Michael Slater Sent: Monday, September 24, 2007 11:21 AM To: instantrails-users at rubyforge.org Subject: [Instantrails-users] Auto-launch instant rails and app I''m using Instant Rails for a client''s demo machine that they''ll be taking to a show. Can I set Instant Rails to automatically launch my application so the user doesn''t have to deal with the Instant Rails UI at all? thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20070925/6bc89b39/attachment-0001.html