X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2FINSTALL;h=bd9577023deed4e75d72be67575e0599f40f7e62;hb=c1c3f73c0a98996e1347353864e9367ac69edf33;hp=cb0eccfc85a64dabe7cf82a1479156f72328d4aa;hpb=daa3ae42eee5e569881070bcc2958b361743f70a;p=patchwork diff --git a/docs/INSTALL b/docs/INSTALL index cb0eccf..bd95770 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -148,7 +148,12 @@ in brackets): PYTHONPATH=lib/python ./manage.py collectstatic - and add privileges for your mail and web users. This is only needed if + You'll also need to load the initial tags and states into the + patchwork database: + + PYTHONPATH=lib/python ./manage.py loaddata default_tags default_states + + Finally, add privileges for your mail and web users. This is only needed if you use the ident-based approach. If you use password-based database authentication, you can skip this step. @@ -250,9 +255,7 @@ in brackets): Something like this in your crontab should work: # m h dom mon dow command - PYTHONPATH=. - DJANGO_SETTINGS_MODULE=patchwork.settings.production - */10 * * * * cd patchwork; python patchwork/bin/patchwork-cron.py + */10 * * * * cd patchwork; ./manage.py cron - the frequency should be the same as the NOTIFICATION_DELAY_MINUTES