diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-18 14:24:26 +1000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-20 09:10:55 +0100 |
commit | de47f6b7683569bb238809b6cca422aa3c76af9b (patch) | |
tree | fdae401f71f1f6fb4b4e1eb03a0fbe5f4b197a1a | |
parent | 05c728bcff42d6c0cfe0b0eb22e5a021f3e78ba8 (diff) |
Add a note about how to easily install run-with-lockfile system-wide
-rw-r--r-- | doc/INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 62c5071ca..49491a337 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -331,7 +331,8 @@ not to run your site behind Varnish (see below). The cron jobs refer to a program `run-with-lockfile`. See [this issue](https://github.com/mysociety/alaveteli/issues/112) for a discussion of where to find this program, and how you might replace -it. +it. This [one line script](https://gist.github.com/3741194) can install +this program system-wide. # Set up production web server |