道喜技术日记 .^. 天天红玉世界

Rails Ruby MacOSX 。。。创新来自于刻苦的实践和勤奋的思考... www.hhtong.com


Rails框架:基于网络界面的Capistrano管理工具

Gudao Luo2007-12-29 at 00:58发表的

基于网络界面的Capistrano管理工具
  • 摘要
    Webistrano is a Web UI for managing Capistrano deployments. It lets you manage projects and their stages like test, production, and staging with different settings. Those stages can then be deployed with Capistrano through Webistrano.
  • Capistrano是什么?
    • 工具 Capistrano 可以实现执行远程客户端或者服务器命令。
  • 安装方法:
cp config\database.yml.sample config/database.yml
vi config/database.yml
mysqladmin -u root -proot create webistrano
rake db:migrate RAILS_ENV=production
cp config\webistrano_config.rb.sample config/webistrano_config.rb
vi config\webistrano_config.rb
vi config\database.yml