I'm studying Rails, i'm a student and I want to deploy some experiment on Windows as a service.
For example:
I need to start my PC with Windows 8.1 and i want to be able to open browser, write localhost:3000/something and start my Rails's app.
Is it possible?
I searched a lot on the web but I found only small tutorial with solutions that I think are not too much strong.
you can tell me a serious approach to the problem and a serious solution?
Looks like there's an answer in another SO thread: https://stackoverflow.com/a/4458804/472768
You want to create a batch file with the commands
And add it to your Startup Items folder in the Start Menu