summaryrefslogtreecommitdiffstats
path: root/doc/database.rst
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-09-30 11:42:01 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-09-30 11:42:01 +0200
commit45813b176e39cc46159897693636990635d54b15 (patch)
tree007e3c5d9944bdaadc39ecb6661684eba2b83660 /doc/database.rst
parent98449f23e5f4e323f3e1b6ca593fee90be472de5 (diff)
downloadhyperkitty-45813b176e39cc46159897693636990635d54b15.tar.gz
hyperkitty-45813b176e39cc46159897693636990635d54b15.tar.xz
hyperkitty-45813b176e39cc46159897693636990635d54b15.zip
Update documentation
Diffstat (limited to 'doc/database.rst')
-rw-r--r--doc/database.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/database.rst b/doc/database.rst
index 1c822e6..6607138 100644
--- a/doc/database.rst
+++ b/doc/database.rst
@@ -26,6 +26,19 @@ The scheme may be "sqlite", "postgres", or "mysql". For example, with sqlite::
If you're using SQLite and you're getting "Database is locked" errors, stop
your webserver during the import.
+If you want to force the creation of the KittyStore database, you can run::
+
+ kittystore-updatedb -p hyperkitty_standalone -s settings
+
+and it will be created.
+
+KittyStore also uses a fulltext search engine which resides in a directory on
+the filesystem. The path to this directory must be configured in the
+``KITTYSTORE_SEARCH_INDEX`` variable. This directory should be writable by the
+user running Mailman and readable by the user running HyperKitty. It will be
+automatically created, but the creation can be forced using the
+``kittystore-updatedb`` command described above.
+
Importing the current archives
==============================