From 7a39419f2b3455ef9859219c68bd17a19bfcd82c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 26 Nov 2013 09:17:27 +0100 Subject: Add cron job to the documentation --- doc/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/install.rst b/doc/install.rst index 7c21856..d1dad99 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -114,6 +114,11 @@ command:: Thread categories can be edited and added from the Django administration interface (append ``/admin`` to your base URL). +HyperKitty includes a cache to speed up database access, and it is recommended to setup a periodic task (cron job) to refresh that cache. The following command should be run once a day:: + + kittystore-refresh-cache -p {path-to-hyperkitty_standalone} -s settings_admin + +For example, you can put it in a script in your ``/etc/cron.daily`` directory. Upgrading ========= -- cgit