Skip to content

ehaselwanter/radiant-capistrano-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You have to add the deepmodules gem

http://github.com/morhekil/capistrano-deepmodules/tree/master

$ gem sources -a http://gems.github.com
$ sudo gem install morhekil-capistrano-deepmodules

and add 

require 'capistrano/deepmodules'
 
to the top of ypur Capfile

and 

Dir['vendor/extensions/capistrano/lib/recipes/*.rb'].each { |plugin| load(plugin) } 

to the bottom of your Capfile

About

capistrano tasks for radiant deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages