diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab.ugly | 4 | ||||
-rw-r--r-- | conf/general.yml-example | 3 | ||||
-rw-r--r-- | conf/packages | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index 8c52c898d..9118d66f7 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -35,3 +35,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 43 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/problem-creation-graph 00 8 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/check-for-zombies !!(*= $user *)!! +!!(* if ($vhost eq 'www.fixmystreet.com') { *)!! +10 * * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet-virtualenv/bin/python /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/kasabi +!!(* } *)!! + diff --git a/conf/general.yml-example b/conf/general.yml-example index 77319b24b..06af11a55 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -22,10 +22,11 @@ TEST_EMAIL_PREFIX: '' CONTACT_NAME: 'FixMyStreet' STAGING_SITE: 1 -UPLOAD_CACHE: '/upload/' +UPLOAD_DIR: '/upload/' GEO_CACHE: '/cache/' GOOGLE_MAPS_API_KEY: '' BING_MAPS_API_KEY: '' +KASABI_API_KEY: '' LONDON_REPORTIT_URL: '' LONDON_REPORTIT_KEY: '' diff --git a/conf/packages b/conf/packages index cf2247988..21ee0a862 100644 --- a/conf/packages +++ b/conf/packages @@ -30,7 +30,7 @@ libtest-exception-perl libipc-run3-perl libyaml-perl liblist-moreutils-perl -libhaml-ruby +ruby-compass | libhaml-ruby libtemplate-perl postgresql-server-dev-8.4 gnuplot |