Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby on Rails on IIS?

Tags:

I'm writing a Ruby on Rails app that normally runs on Heroku or a Linux Box, but I'd need to deploy it to a Windows Server as well.

The Server is a 64-Bit Win2008 Server with IIS 7.0 installed, so normally I'd prefer using IIS instead of setting up an Apache next to it.

I just don't know if Ruby/Rails works with IIS? Do Gems work? Is 64-Bit an issue?

I'm thinking of using Ruby 1.9.1 and Rails 2.3.

like image 543
Michael Stum Avatar asked Jul 22 '10 01:07

Michael Stum


2 Answers

To install Ruby on Rails for IIS 7 64-Bit Windows 2008 Server please use Helicon Zoo

like image 60
Yaroslav Avatar answered Oct 02 '22 23:10

Yaroslav


you must like pain because this deployment is going to hurt. I don't know if this is a solution for you, but at my old job we were deploying web apps on windows tablets (over 200 of them) and decided to use virtual box and deploy the app in the vm. One of our old apps on the pc tablets we deployed on windows without iis, just using ruby and rubygems with mongrel as the app server and mysql as the database but it was not pleasurable.

like image 27
Jed Schneider Avatar answered Oct 02 '22 21:10

Jed Schneider