Added new option to generate config file.

fix #130
This commit is contained in:
Antoine Nguyen
2017-06-23 09:43:41 +02:00
parent 85aa37d7d5
commit 8052f4aede
4 changed files with 16 additions and 2 deletions

View File

@@ -27,7 +27,9 @@ Usage::
$ cd modoboa-installer
$ sudo ./run.py <your domain>
To customize the installation, look at the ``installer.cfg`` file.
A configuration file will be automatically generated the first time
you run the installer, please don't copy the
``installer.cfg.template`` file manually.
By default, the following components are installed:
@@ -37,6 +39,13 @@ By default, the following components are installed:
* Dovecot
* Amavis (with SpamAssassin and ClamAV)
If you want to customize configuration before running the installer,
run the following command::
$ ./run.py --stop-after-configfile-check <your domain>
Make your modifications and run the installer as usual.
If you want more information about the installation process, add the
``--debug`` option to your command line.