开发者

How do I run Rails on Windows Server 2003 or 2008?

I developed a Rails application on Linux and it's about to launch, but my client's IT guys stoppe开发者_JAVA百科d it saying they want it to run on a Windows in-house server. I've never run a Rails application on Windows, but now I have to.

Questions:

  • They will set up a dedicated Windows machine. Which is better, Windows Server 2003 or 2008?
  • Do I use IIS web server? Is there any better option?
  • I use Paperclip plugin with ImageMagick. What's the equivalent on Windows?

Do you any advice for me?


Running on Windows might be far from ideal, specially if your application used components that lack working version on Windows.

If is an application for intranet usage, you can deal running Thin standalone instead of putting things behind IIS. You will need to make your app work as service. For Rails 2.3 you have mongrel_service. For Rails 3 there is no service solution right now.

If you require to use IIS, please ask the IT guy to look at Helicon Zoo

There is ImageMagick for Windows, and works with Paperclip.


The easiest way is installing the application inside a Linux Virtual Machine above Windows Server, and treat it like an independent server in your network.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜