Skip to content

Commit

Permalink
(docs only) corrections to install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jun 4, 2012
1 parent 70a9528 commit 8838de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ As *root*:
mkdir -p /data/socorro
useradd socorro
chown socorro:socorro /var/log/socorro
mkdir /home/socorro/primaryCrashStore /home/socorro/fallback
mkdir /home/socorro/primaryCrashStore /home/socorro/fallback /home/socorro/persistent
chown apache /home/socorro/primaryCrashStore /home/socorro/fallback
chmod 2775 /home/socorro/primaryCrashStore /home/socorro/fallback

Expand Down Expand Up @@ -213,7 +213,7 @@ Install Socorro cron jobs
From inside the Socorro checkout, as the *root* user:
::
ln -s /data/socorro/application/scripts/crons/socorrorc /etc/socorro/
crontab puppet/files/etc_crond/socorro
cp puppet/files/etc_crond/socorro /etc/cron.d/

Socorro's cron jobs are moving to a new cronjob manager called :ref:`crontabber-chapter`.
:ref:`crontabber-chapter` runs every 5 minutes from the system crontab, and looks inside
Expand Down

0 comments on commit 8838de7

Please sign in to comment.