summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-11-26 09:17:27 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-11-26 09:17:27 +0100
commit7a39419f2b3455ef9859219c68bd17a19bfcd82c (patch)
treeec86a9493649153b151f7c19a4611adecb111917
parentee7d739074afb080efb8eb11a47dbdef10620720 (diff)
downloadhyperkitty-7a39419f2b3455ef9859219c68bd17a19bfcd82c.tar.gz
hyperkitty-7a39419f2b3455ef9859219c68bd17a19bfcd82c.tar.xz
hyperkitty-7a39419f2b3455ef9859219c68bd17a19bfcd82c.zip
Add cron job to the documentation
-rw-r--r--doc/install.rst5
1 files changed, 5 insertions, 0 deletions
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
=========