Skip to content

Commit

Permalink
bug 749462 - docs for crontabber on new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored and adngdb committed Jun 4, 2012
1 parent 92c4f79 commit 363adf4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,21 @@ As *root*:

Install Socorro cron jobs
````````````
As *root*:
From inside the Socorro checkout, as the *root* user:
::
ln -s /data/socorro/application/scripts/crons/socorrorc /etc/socorro/
crontab /data/socorro/application/scripts/crons/example.crontab
crontab puppet/files/etc_crond/socorro

Socorro's cron jobs are moving to a new cronjob manager called "Crontabber".
Crontabber runs every 5 minutes from the system crontab, and looks inside
the config/ directory for it's configuration.

However some configuration is shared and site-specific, so is expected to
be in the system directory /etc/socorro :

From inside the Socorro checkout, as the *root* user:
::
cp puppet/files/etc_socorro/postgres.ini /etc/socorro/

PostgreSQL Config
````````````
Expand Down

0 comments on commit 363adf4

Please sign in to comment.