kete / kete

Kete was developed by Horowhenua Library Trust and Katipo Communications Ltd. to build a digital library of Horowhenua material.

This URL has Read+Write access

kete / Capfile
100644 14 lines (9 sloc) 0.43 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'capistrano/version'
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
 
# cap 2 now supports plugins:
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
 
# =============================================================
# bells recipes and kete specific recipes
# as well as any custom recipes you may add
Dir['lib/recipes/*.rb'].each { |recipe_file| load(recipe_file) }
 
load 'config/deploy'