diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-04 13:17:32 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-04 13:17:32 +0100 |
commit | be0c3416917645ab190fba3cb937ce6893a291e1 (patch) | |
tree | 626e25832c2f3370aea4f5636a03795ecf6dea85 | |
parent | 62566954c5d9591be11674527c2bdb1ab36147c6 (diff) |
Give a admins a clue about where to find `run-with-lockfile` command
-rw-r--r-- | doc/INSTALL.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 882ab63ba..88bef1019 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -329,6 +329,11 @@ with paths to your software. `config/purge-varnish-debian.ugly` is a similar init script, which is optional and not required if you choose 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/sebbacon/alaveteli/issues/112) for a +discussion of where to find this program, and how you might replace +it. + # Set up production web server It is not recommended to run the website using the default Rails web |