public
Description: The code for the new version of The Connected Republic, the public web-space where people interested in the use of connectivity to tackle public problems can find each other and share ideas. Development sponsored by Cisco IBSG Public Sector Current version: http://www.theconnectedrepublic.org/ Project at: http://nokahuna.com/projects/142
Homepage: http://nokahuna.com/projects/142
Clone URL: git://github.com/red56/the-connected-website.git
100644 5 lines (4 sloc) 0.207 kb
1
2
3
4
5
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'
Dir['lib/recipes/*.rb'].each { |recipe| load(recipe) }