Rails 3 - 在Windows XP服务器上部署Rails应用程序

时间:2012-02-28 14:55:33

标签: ruby windows ruby-on-rails-3 deployment

我必须在生产环境中部署我的Rails应用程序。它是Windows XP pc =(

我找到了这篇文章http://weblog.rubyonrails.org/2006/5/11/deploying-rails-on-windows-servers

但他们非常老了。是否有更新的信息资源? 任何经历? 有小费吗? Apache的?杂种?

由于

1 个答案:

答案 0 :(得分:2)

这可能会有所帮助:

  

安装Ruby - RubyInstaller团队还提供了一系列设置Ruby环境的用户的教程   在Windows上。其中许多包括在此过程中遇到的常见问题   安装过程,以及设置Git,MySQL的步骤,   SQLite3等https://github.com/oneclick/rubyinstaller/wiki/Tutorials

     

设置Git - GitHub有一组说明,概述了如何在Windows上设置Git。 http://help.github.com/win-git-installation/

     

Rails教程 - 查看Rails安装(Windows)视频以及学习Rails的其他重要资源。   http://railstutorial.org/

     

最后,加入RubyInstaller Google Group以获取更多信息   的问题。 http://groups.google.com/group/rubyinstaller

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