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!
使用Mongrel在Ruby框架上运行Ruby On Rails的最佳教程在哪里?我是服务器管理的新手,所以越详细就越好!
3 个解决方案
#1
4
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):
您可以按照本教程,它将为您设置实际上可以将Mongrel服务器作为Windows服务进行管理(启动/停止/重新启动,启动时启动,以编程方式管理等):
How to setup mongrel as a native Windows service
如何将mongrel设置为本机Windows服务
I'm currently using this method to manage an instance of Redmine on a Windows box and it works wonderfully.
我目前正在使用这种方法在Windows机器上管理Redmine实例,它运行得非常好。
Good luck!
祝你好运!
#2
1
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
我发现“部署Rails应用程序”这本书非常有用。特别是“在Windows上部署”一章。它为您提供了使用Apache和Mongrel部署Rails应用程序的分步说明
#3
0
Rubystack is a free Windows Rails installer that we keep up to date and includes Mongrel support out of the box
Rubystack是一个免费的Windows Rails安装程序,我们不断更新,包括开箱即用的Mongrel支持
#1
4
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):
您可以按照本教程,它将为您设置实际上可以将Mongrel服务器作为Windows服务进行管理(启动/停止/重新启动,启动时启动,以编程方式管理等):
How to setup mongrel as a native Windows service
如何将mongrel设置为本机Windows服务
I'm currently using this method to manage an instance of Redmine on a Windows box and it works wonderfully.
我目前正在使用这种方法在Windows机器上管理Redmine实例,它运行得非常好。
Good luck!
祝你好运!
#2
1
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
我发现“部署Rails应用程序”这本书非常有用。特别是“在Windows上部署”一章。它为您提供了使用Apache和Mongrel部署Rails应用程序的分步说明
#3
0
Rubystack is a free Windows Rails installer that we keep up to date and includes Mongrel support out of the box
Rubystack是一个免费的Windows Rails安装程序,我们不断更新,包括开箱即用的Mongrel支持