diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/install.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst index aadcf5d..d7c35a0 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -106,6 +106,17 @@ to make sure the emails are correctly archived. You should not see "``Broken archiver: hyperkitty``" messages. +Initial setup +============= + +After installing HyperKitty for the first time, you can populate the database +with some data that may be useful, for example a set of thread categories to +assign to your mailing-list threads. This can be done by running the following +command:: + + python hyperkitty_standalone/manage.py loaddata first_start + + Upgrading ========= |
