diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-10-31 09:16:40 -0700 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-10-31 09:16:40 -0700 |
commit | f38e0d666c86220089a6d5afe940aabb762a0a21 (patch) | |
tree | 349f564b58f6889d4bbc26ad085c2cdc1d7808da | |
parent | 6ac5ef18f00d651f6f92f2e330f09e3e6263b3bd (diff) | |
parent | 474a7de956c5accf6c160b85cda80022a882ab05 (diff) | |
download | hyperkitty-f38e0d666c86220089a6d5afe940aabb762a0a21.tar.gz hyperkitty-f38e0d666c86220089a6d5afe940aabb762a0a21.tar.xz hyperkitty-f38e0d666c86220089a6d5afe940aabb762a0a21.zip |
Merge pull request #11 from nka11/docfix
fixing install doc
-rw-r--r-- | doc/install.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/install.rst b/doc/install.rst index 83057cb..1f2b17e 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -87,12 +87,7 @@ To receive incoming emails from Mailman, you must add the follwing lines to [archiver.hyperkitty] class: hyperkitty.archiver.Archiver enable: yes - configuration: /path/to/hyperkitty_standalone/hyperkitty.cfg - -The ``hyperkitty.cfg`` file which path is specified by the ``configuration`` -key is an additional HyperKitty-specific configuration file for which an -example is provided. See the included ``hyperkitty_standalone/hyperkitty.cfg`` -file. + configuration: /path/to/hyperkitty_standalone/settings.py .. warning:: The user that Mailman runs under (unually "mailman") must be able to read |