Re: [Rails] how to run the ruby script/server when the system starts

2011-10-10 Thread Norm Scherer
mod_rails aka passenger has not been ported to windows. You can configure mongrel and mysql as services and set them to start at startup. You could also write a small script and put it in the startup folder to be run when you login. Either works but you need to do some research on how they w

Re: [Rails] how to run the ruby script/server when the system starts

2011-10-10 Thread Norbert Melzer
All I know is that it depends on your windows version. But probably it would be easier in your case to install apache webserver and mod_rails aka passenger and configure the apache as a service. Only problem here: I don't know if passenger runs in windows. I'm using a Linux box for all Ruby proje

Re: [Rails] how to run the ruby script/server when the system starts

2011-10-10 Thread hanish jadala
i want detailed steps to use that command when the windows starts. On Mon, Oct 10, 2011 at 1:18 PM, Norbert Melzer wrote: > Create a link set its working dir to the path of your rails application and > put the command "ruby script/server" > > Then put the link in your superstar of stsrtmenu > > T

Re: [Rails] how to run the ruby script/server when the system starts

2011-10-10 Thread Norbert Melzer
Create a link set its working dir to the path of your rails application and put the command "ruby script/server" Then put the link in your superstar of stsrtmenu This is started when ever the user logs in. Don't know a way to started before login in -- send by Samsung Galaxy Tab with Overcome M

[Rails] how to run the ruby script/server when the system starts

2011-10-09 Thread honey ruby
hi i wanna run this command ruby script/server automatically when windows start. can any one help me out how to do this . thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t