Windows 上的 Ruby On Rails 与 Mongrel
哪里有关于让 Ruby On Rails 与 Mongrel 在 Windows 环境下工作的最佳教程? 我是服务器管理方面的新手,所以越详细越好!
Where is the best tutorial for getting Ruby On Rails working on a windows box with Mongrel? I'm a complete novice at server management, so the more detailed the better!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以将 Mongrel 服务器作为 Windows 服务进行实际管理(启动/停止/重新启动、启动时启动、以编程方式管理等):
您可以按照本教程进行操作,它将帮助您进行设置, blogspot.com/2006/06/how-to-setup-mongrel-as-native-windows.html" rel="nofollow noreferrer">如何将 mongrel 设置为本机 Windows 服务
我目前正在使用此方法来管理 Windows 机器上的 Redmine 实例,效果非常好。
祝你好运!
You can follow this tutorial, it will get you setup you can actually manage your Mongrel server as a Windows service (start/stop/restart, start on boot, manage programatically etc etc):
How to setup mongrel as a native Windows service
I'm currently using this method to manage an instance of Redmine on a Windows box and it works wonderfully.
Good luck!
Rubystack 是一个免费的 Windows Rails 安装程序,我们保持最新状态,并包含开箱即用的 Mongrel 支持
Rubystack is a free Windows Rails installer that we keep up to date and includes Mongrel support out of the box
我发现“部署 Rails 应用程序”这本书非常有用。 特别是“在 Windows 上部署”一章。 它为您提供使用 Apache 和 Mongrel 部署 Rails 应用程序的分步说明
I have found the book "Deploying Rails Applications" very useful. Specially the chapter "Deploying on Windows". It gives you step by step instructions to deploy a Rails application using Apache and Mongrel