aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2010-12-03 17:16:33 +0000
committerSeb Bacon <seb.bacon@gmail.com>2010-12-03 17:27:46 +0000
commitfc68057f0778a9d3af6aa3bb183e0094c7aa6d58 (patch)
tree425bc0feb77aa0b6e243100eef439b055dca9e28
parentf30a3f1629cffa11c324d2d6484d816bdcce2c91 (diff)
mention cron jobs
-rwxr-xr-xINSTALL.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index a057d840b..50b0f3e06 100755
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -186,3 +186,13 @@ case.
This setup isn't very scaleable, as it spawns a new Ruby process for
each email received; patches welcome!
+
+9. Cron jobs
+------------
+
+config/cron.ugly contains the cronjobs we run on WhatDoTheyKnow. It's
+in a strange templating format we use in mySociety, but you should be
+able to work out the syntax and variables fairly easily :)
+
+We render the "ugly" file to reference absolute paths, and then drop
+it in /etc/cron.d/ on the server.