ChinaonRails / Architecture / Deployment
- http://es.cohesiveft.com/server/details/4946-generic-phusion-passenger-server-100401-1226421799-VMware
下载虚机VMware绑乘客,实现弹性部署
http://millbanksystems.wordpress.com/2008/11/13/generic-phusion-passenger-server/

可谓配置简洁的一站式套件
http://chinaonrails.com/topic/view/495.html... 1 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- 登录,捞个文件
http://www.oracle.com/lang/cn/products/middleware/content-management/universal-content-management.html
Oracle 通用内容管理(UCM)软件是业界最统一的企业内容管理平台,使企业能够利用市场领先的文档管理、Web内容管理、数字资产管理和记录保留功能来构建和完善其业务管理软件。
http://crunchytop.com/?p=3
构建一个针对内容和管理软件的战略性企业内容管理基础架构可帮助企业降低成本,在企业内轻松共享内容,最大限度地降低风险,自动化高昂耗时的手工流程以及将多个Web站点整合到单一平台来集中管理。

通过用户友好的界面、基于角色的认证和安全模型,Oracle通用内容管理软件使整个企业的用户能够查看或撤销内容,基于内容进行协作,并确保所有可访问的分发或发布的信息是安全、准确和最新的。... 1 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://github.com/bobmcwhirter/jboss-rails/tree/master
上面的插件整合rails和最新的jboss 应用服务器
http://www.fnokd.com/2008/09/22/jboss-on-rails/
部署过程作了简化,不带数据库
... 2 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- Pushr, or the application will deploy itself
Pushr 是个Sinatra做的应用
http://www.restafari.cz/pushr-or-the-application-will-deploy-itself.html
Pushr is an application running on the same machine as your Rails application, which deploys new version of the latter with Capistrano, whenever you push into a Github repository, automatically.

部署没有那么难,按下按钮即可

web hooks 如意钩... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://sacha.labourey.com/2008/11/12/the-first-clustered-ror-server-is-jboss/
http://oddthesis.org/theses/jboss-rails
搞出独立的ROR on Jboss盒子,
http://oddthesis.org/posts/2008-11-mailing-lists-for-jboss-rails-and-jboss-cloud

http://chinaonrails.com/topic/view/2209.html... 1 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://bitnami.org/article/new-rubystack-released
这一版特色实在是突出,git, nginx...还有在多种平台的版本
能否做生产服务器来直接部署

没有渲染,跟rails的DHH想法一样,rest了,泡沙滩去了
http://chinaonrails.com/topic/view/495.html
http://chinaonrails.com/topic/view/1084.html... 1 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://cgialt.rubyforge.org/
'CGIAlt' 替代标准库 'cgi.rb'. 用纯ruby写就但比cgi.rb 速度要快点
特色
* 兼容'cgi.rb'.
* 更快,更轻巧,与'cgi.rb'相比.
* 可以安装成为扩展的形式 CGIExt (由 C extension的'cgi.rb'扩展 ).
* 支持FastCGI
速度如何,看看内文中的性能benchmark
... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- cap 2 很多人都坚持不用
为什么?因为菜谱不配
如果装了多个版本,Cap 2.3 以上会安装 net-ssh 2.x 造成 Capistrano 1.4.1不能使用
1.4.2与1.4.1兼容,
安装
gem install capistrano -v 1.4.2
... 9 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://alternateidea.com/blog/articles/2008/10/8/deploying-static-websites-with-net-scp
安全拷贝协议
”Net::SCP implements the SCP (Secure CoPy) client protocol, allowing Ruby programs to securely and programmatically transfer individual files or entire directory trees to and from remote servers. It provides support for multiple simultaneous SCP copies working in parallel over the same connection, as well as for synchronous, serial copies.”
http://github.com/jamis/net-scp/tree/master
... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://giantrobots.thoughtbot.com/2008/9/19/phusion-passenger-with-a-prefix
mongrel能行
http://mongrel.rubyforge.org/wiki/FAQ#HowdoIputmyRailssiteatsomeprefix
乘客也能行
Unix里面把PREFIX 暗指(安装时的顶级目录名)
The Mongrel Web server can run with a URL prefix, using the --prefix option.
This is useful for running an app in a "subdirectory"—say BankDirectr
at http://banks.info/directr
and
BankRobbr at http://banks.info/robbr .
... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://www.buildingwebapps.com/podcasts/7098-deploying-to-a-public-web-server/show_notes
下载代码和视频mov 211兆
Lesson 22: Deploying to a Public Web Server
In this lesson, we finally deploy our application to a public web server. We describe how to use MySQL for the production database, set up the Passenger application server to work with Apache, and configure and use Capistrano to manage your deployments.
... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- 莲花宝典绝对没有,超前卫,看IceskYsl大哥部署Rails。除了配置过记录还可以多写些经验分享,呵呵。
点击阅读 Rails部署:Nginx+Haproxy+Thin
本站相关推荐阅读:
利用Nginx 内置的memcached模块 大提速400%
HAproxy做负载均衡
Thin比m系.更小更快的web server... 2 篇回复 | 参与讨论 | 404 | | | | | | | | | 
- 赖洪礼很狡猾,先提问,让观众围拢过来的江湖把戏
$ curl -i http://sandbox.phusion.nl/ | head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1773 100 1773 0 0 3083 0 --:--:-- --:--:-- --:--:-- 0
HTTP/1.1 200 OK
Via: 1.1 ISA
Connection: Keep-Alive
Proxy-Connection: Keep-Alive
Content-Length: 1773
Date: Tue, 26 Aug 2008 08:09:08 GMT
Content-Type: text/html; charset=utf-8
ETag: "b15989da5a5f7bc593019d4bffb37049"
Server: nginx/0.6.32
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.1.0
其实玩的是叠罗汉
Nginx on top of Apache+Passenger

http://izumi.plan99.net/blog/index.php/2008/08/22/re-strange-http-header/... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- LightTPD: Tripping the light fantastic ...
http://www.sapphiresteel.com/LightTPD-Tripping-the-light
新版的lighty部署上方便了许多
... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | | 
- http://fernohosting.net/index.php/features
... 0 篇回复 | 参与讨论 | bd7lx | | | | | | | | |  创建新主题 | RSS | NORMAL Mode |