public
Description: RSS feeds aggregator
Homepage: http://planetrails.digitalcodes.org
Clone URL: git://github.com/anildigital/planet.git
Click here to lend your support to: planet and make a donation at www.pledgie.com !
planet / Capfile
100644 6 lines (5 sloc) 0.198 kb
1
2
3
4
5
6
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'
#load 'config/mongrel'
load 'config/database'