Skip to content

Commit

Permalink
doc: some precisions on plugins (list and how to install)
Browse files Browse the repository at this point in the history
  • Loading branch information
daks committed Dec 9, 2015
1 parent 6c6306e commit 25d203e
Showing 1 changed file with 8 additions and 4 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

0 comments on commit 25d203e

Please sign in to comment.