How do I run Rails on Windows Server 2003 or 2008? -
i developed rails application on linux , it's launch, client's guys stopped saying want run on windows in-house server. i've never run rails application on windows, have to.
questions:
- they set dedicated windows machine. better, windows server 2003 or 2008?
- do use iis web server? there better option?
- i use paperclip plugin imagemagick. what's equivalent on windows?
do advice me?
running on windows might far ideal, specially if application used components lack working version on windows.
if application intranet usage, can deal running thin standalone instead of putting things behind iis. need make app work service. rails 2.3 have mongrel_service. rails 3 there no service solution right now.
if require use iis, please ask guy @ helicon zoo
there imagemagick windows, , works paperclip.
Comments
Post a Comment