Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby On Rails on Windows with Mongrel

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!

like image 648
Ethan Gunderson Avatar asked Aug 30 '08 01:08

Ethan Gunderson


2 Answers

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!

like image 132
mwilliams Avatar answered Sep 26 '22 12:09

mwilliams


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

like image 22
hectorsq Avatar answered Sep 24 '22 12:09

hectorsq