rails部署
搜索
nginx 部署
使用nginx+passenger部署Rails应用:
http://www.taobaotesting.com/blogs/qa?bid=12969
一些自动化部署工具
轻量: capistrano, mina
capistrano:
http://chinapkw.iteye.com/blog/102493
mina:
http://mjason.github.io/blog/2013/01/08/jian-dan-de-railsbu-shu/
https://github.com/huacnlee/ruby-china/tree/master/config
https://gist.github.com/mimosa/3547765
高级: puppet, chef(大型工业级别)