From: Damien Lespiau Date: Wed, 30 Sep 2015 16:41:43 +0000 (+0100) Subject: docs: Remove 'apps' from paths X-Git-Tag: v1.1.0~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909ef1a85199186dab6bca1329834623431e48dd;p=thirdparty%2Fpatchwork.git docs: Remove 'apps' from paths The patchwork directory structure has moved away from putting the Django app(s) into 'apps/' Signed-off-by: Damien Lespiau Reviewed-by: Stephen Finucane --- diff --git a/docs/installation.md b/docs/installation.md index 6847b617..121917e8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -236,14 +236,14 @@ Your MTA will need to deliver mail to the parsemail script in the email/directory. (Note, do not use the `parsemail.py` script directly). Something like this in /etc/aliases is suitable for postfix: - patchwork: "|/srv/patchwork/apps/patchwork/bin/parsemail.sh" + patchwork: "|/srv/patchwork/patchwork/bin/parsemail.sh" You may need to customise the `parsemail.sh` script if you haven't installed patchwork in `/srv/patchwork`. Test that you can deliver a patch to this script: - sudo -u nobody /srv/patchwork/apps/patchwork/bin/parsemail.sh < mail + sudo -u nobody /srv/patchwork/patchwork/bin/parsemail.sh < mail ## Set up the patchwork cron script