Skip to content

Commit

Permalink
Updated doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Mar 3, 2017
1 parent b75119c commit 17c8639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -23,6 +23,7 @@ Edit the settings.py file of your modoboa instance and add
'modoboa.admin',
'modoboa.relaydomains',
'modoboa.limits',
'modoboa.parameters',
# Extensions here
'modoboa_postfix_autoreply',
)
Expand All @@ -31,6 +32,7 @@ Run the following commands to setup the database tables::

$ cd <modoboa_instance_dir>
$ python manage.py migrate modoboa_postfix_autoreply
$ python manage.py collectstatic
$ python manage.py load_initial_data
Finally, restart the python process running modoboa (uwsgi, gunicorn,
Expand Down

0 comments on commit 17c8639

Please sign in to comment.