Where is the best tutorial for getting Ruby On Rails working on a windows box with Mongrel? I'm a complete novice at server management, so the more detailed the better!
Asked
Active
Viewed 9,870 times
3 Answers
4
You can follow this tutorial, it will get you setup you can actually manage your Mongrel server as a Windows service (start/stop/restart, start on boot, manage programatically etc etc):
How to setup mongrel as a native Windows service
I'm currently using this method to manage an instance of Redmine on a Windows box and it works wonderfully.
Good luck!

mwilliams
- 9,946
- 13
- 50
- 71
1
I have found the book "Deploying Rails Applications" very useful. Specially the chapter "Deploying on Windows". It gives you step by step instructions to deploy a Rails application using Apache and Mongrel

hectorsq
- 74,396
- 19
- 43
- 46
0
Rubystack is a free Windows Rails installer that we keep up to date and includes Mongrel support out of the box

Daniel Lopez
- 3,297
- 2
- 30
- 29