I need to setup a dedicated server to host Redmine (an open source Ruby-on-Rails bug tracker).
What is the best web server to accomplish this?
- Apache
- Mongrel
- IIS
- something else?
It must run on Windows (flavor is optional but 2008-x64 preferred).
I need to setup a dedicated server to host Redmine (an open source Ruby-on-Rails bug tracker).
What is the best web server to accomplish this?
It must run on Windows (flavor is optional but 2008-x64 preferred).
Mongrel is no longer active/supported. I couldn't get it to work on WS2008 with Ruby 1.9.3. Alternatives are puma and Thin. see also: http://www.redmine.org/boards/1/topics/31297
Pretty much any of them should be fine as long as you don't expect to encounter any sort of serious load. Go with whatever you're most comfortable with.
In this particular case I'd probably go with IIS simply because its built in, integrated with Windows well, and works well.
Its been a while since I played with this but I believe this was the link I used as a starting point:
This link looks a little newer...
http://ruslany.net/2008/08/ruby-on-rails-in-iis-70-with-url-rewriter/
I would suggest using IIS or apache as a proxy to a mongrel cluster since you said you need it to be Windows. If you had Hyper-V, I would totally suggest that you use a linux VM.