Webistrano - Capistrano deployment the easy way

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.

Webistrano

More screenshots can be found at the gallery, there is also a screencast.

Webistrano's purpose is to make the deployment of multi-stage and multi-environment scenarios easy. Further it allows you to track who deployed what when to which servers and be alerted by email on each deployment.

Webistrano itself is a Ruby on Rails application that includes an edge version of Rails and all needed dependencies like Capistrano or Net::SSH. The only required dependencies are Ruby, Rake, and a database.

Currently the deployment part of Webistrano does not run on Windows.

The code is hosted at Rubyforge and distributed under the BSD license.

Version 1.0 can be downloaded here:
Make sure to watch the screencasts:  


The Webistrano SVN repository can be checked out through anonymous access with the following command:

# stable release
svn checkout http://webistrano.rubyforge.org/svn/branches/1.0

# development version
svn checkout http://webistrano.rubyforge.org/svn/trunk/



Download: Webistrano-1.0.zip

More screenshots can be found at the gallery.