Skip to content

Commit

Permalink
Merge branch 'master' of github.com:modoboa/modoboa-webmail
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Sep 7, 2016
2 parents 04e7bc6 + 6dfa9c4 commit 14ae416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ Edit the settings.py file of your modoboa instance and add
'modoboa_webmail',
)

Run the following commands to setup the database tables::
Run the following commands to setup the database tables and collect static files::

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

0 comments on commit 14ae416

Please sign in to comment.