bokmann / dunce-cap

Capistrano add-ons for deployment locks, reminder notices, logging, notification, etc

This URL has Read+Write access

name age message
file LICENSE Loading commit data...
file README
file init.rb
file install.rb
directory lib/
directory recipes/
README
Most stuff works out of the box.

If you want logging, add this line to the top of your deploy.rb file:

require 'vendor/plugins/dunce_cap/lib/caplogfix'

and this line at the base or in a task you want to turn logging on for:

log "log/my-logs-filename.log"