Added documentation.

see #138
This commit is contained in:
Antoine Nguyen
2017-07-07 18:34:06 +02:00
parent 8bcfefb505
commit 8c46bbd949

View File

@@ -31,13 +31,14 @@ A configuration file will be automatically generated the first time
you run the installer, please don't copy the you run the installer, please don't copy the
``installer.cfg.template`` file manually. ``installer.cfg.template`` file manually.
By default, the following components are installed: The following components are installed by the installer:
* Database server (PostgreSQL or MySQL) * Database server (PostgreSQL or MySQL)
* Nginx and uWSGI * Nginx and uWSGI
* Postfix * Postfix
* Dovecot * Dovecot
* Amavis (with SpamAssassin and ClamAV) * Amavis (with SpamAssassin and ClamAV)
* automx (autoconfiguration service)
If you want to customize configuration before running the installer, If you want to customize configuration before running the installer,
run the following command:: run the following command::
@@ -46,6 +47,15 @@ run the following command::
Make your modifications and run the installer as usual. Make your modifications and run the installer as usual.
By default, the latest Modoboa version is installed but you can select
a previous one using the ``--version`` option::
$ sudo ./run.py --version=X.X.X <your domain>
.. note::
Version selection is available only for Modoboa >= 1.8.1.
If you want more information about the installation process, add the If you want more information about the installation process, add the
``--debug`` option to your command line. ``--debug`` option to your command line.