Skip to content

Commit

Permalink
Merge pull request #813 from daks/plugins-doc
Browse files Browse the repository at this point in the history
Plugins doc
  • Loading branch information
tonioo committed Dec 17, 2015
2 parents 2baa7e6 + 25d203e commit 5c82829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 8 additions & 4 deletions doc/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,21 @@ Deployment

.. note::

By default, only the core application of Modoboa is installed. To
install extensions, use the ``--extensions`` option which accepts a
list of extension names as argument (``--extensions ext1 ext2 ...``).
If you want to use install all extensions, just use the ``all``
By default, the core application of Modoboa and some necessary plugins
(admin, relaydomains and limits) are installed. To install extensions,
use the ``--extensions`` option which accepts a list of extension names
as argument (``--extensions ext1 ext2 ...``).
If you want to install all extensions, just use the ``all``
shortcut like this ``--extensions all``.

If you choose to install extensions one at a time, you will have to
add their names in settings.py to ``MODOBOA_APPS``. Also ensure that
you have the line ``from modoboa_amavis.settings import *`` at the
end of this file.

The list of available plugins can be found on the :doc:`index page
<../index>`. Instructions to install them are available on each plugin page.

.. note::

You can specify more than one database connection using the
Expand Down
3 changes: 1 addition & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ Getting started
getting_started/upgrade
getting_started/configuration


*******
Plugins
*******

.. toctree::
:maxdepth: 2

plugins/limits
plugins/postfix_relay_domains
plugins/amavis
plugins/statistics
plugins/radicale
Expand Down

0 comments on commit 5c82829

Please sign in to comment.