Tony
Tony

Reputation: 10208

Rails 3 - Deploy Rails application on Windows XP server

I have to deploy my Rails application on production environment. It is a Windows XP pc =(

I have found this articles http://weblog.rubyonrails.org/2006/5/11/deploying-rails-on-windows-servers

But they are very very old. Is there a newer resource of information? Any experiences? Any tips? Apache? Mongrel?

Thanks

Upvotes: 0

Views: 651

Answers (1)

Nathan Clark
Nathan Clark

Reputation: 657

This might help:

Installing Ruby – The RubyInstaller team has also provided a collection of tutorials from users who have setup a Ruby environment on Windows. Many of these include common issues experienced during the installation process, as well as the steps for setting up Git, MySQL, SQLite3, etc. https://github.com/oneclick/rubyinstaller/wiki/Tutorials

Setting Up Git – GitHub has a set of instructions outlining how to setup Git on Windows. http://help.github.com/win-git-installation/

Rails Tutorials – Check out the Rails Installation (Windows) video as well as other great resources for learning Rails. http://railstutorial.org/

Finally, join the RubyInstaller Google Group for any additional questions. http://groups.google.com/group/rubyinstaller

source -> http://www.engineyard.com/blog/2011/ruby-on-windows-the-last-frontier/

Upvotes: 2

Related Questions