... | ... | @@ -94,4 +94,14 @@ https://docs.mailman3.org/en/latest/install/virtualenv.html#run-database-migrati |
|
|
**J. Run mailman-web locally**
|
|
|
first with the local django server, then with gunicorn
|
|
|
|
|
|
**K. System services**
|
|
|
|
|
|
Run as daemons the above by adding them as services
|
|
|
/etc/systemd/system/ + mailman3.service + gunicorn + qcluster
|
|
|
|
|
|
https://docs.mailman3.org/en/latest/install/virtualenv.html#starting-mailman-automatically
|
|
|
sample gunicorn unit service:
|
|
|
|
|
|
https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachFile&do=view&target=systemd_gunicorn.txt
|
|
|
sample qcluster unit service:
|
|
|
https://wiki.list.org/DOC/Mailman%203%20installation%20experience?action=AttachFile&do=view&target=systemd_qcluster.txt |