1 =======================================
2 Welcome to Mailman Web's documentation!
3 =======================================
5 Mailman 3 web is an umbrella Django project that combines all the web
6 components of Mailman 3 into a single project that can be installed with a
7 single command ``mailman-web`` instead of different Django commands.
13 To install ``mailman-web`` using ``pip`` run the following command::
15 $ pip install mailman-web
21 Mailman Web can be customized using a configuration file at
22 ``/etc/mailman3/settings.py``. You can change the path to configuration path by
23 changing ``MAILMAN_WEB_CONFIG`` environment variable.
25 You can start with a simple configuration file:
27 .. include:: settings.py
30 You can see a list of all the default configurations supported:
41 To run Django's development server, you can try::
44 $ mailman-web runserver
50 * Issue Tracker: https://gitlab.com/mailman/mailman-web/issues
51 * Documentation: https://mailman-web.readthedocs.io/
52 * Mailman Suite: https://docs.mailman3.org/
53 * Mailman Project: https://list.org