summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
=========