
- 摘要
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.
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