
Mongrel
iteye_19580
这个作者很懒,什么都没留下…
展开
-
Mongrel: Serving, Deploying ... Ruby Applications
2.3 Mongrel能为我们做什么? 2.3.1. 为开发者做什么 作为本地开发服务器 与Rails以及其他Ruby程序无缝整合 2006年6月,Rails核心团队已经把Mongrel整合进script/server 容易扩展 可以方便的扩展mongrel , 在mongrel的基础上写出自己的服务器。也可以很容易的把其他程序集成进来 是优秀的调试工具 Mongre...2009-06-25 21:40:35 · 85 阅读 · 0 评论 -
利用Mongrel cluster和Apache搭建Rails服务器
Set mongrel cluster and apache for myShareBook.cn [code="java"] 1. Insall mongrel 2. Install apache 3. Create file in apache_root/myConf/my_share_book.conf 4. Config apache_conf [/code] 5. ...2009-07-16 22:08:59 · 162 阅读 · 0 评论