26 Jan
2018
26 Jan
'18
7:51 a.m.
Hi Peter,
I use https://gitlab.com/mailman/mailman-suite as WSGI backend for httpd
# git clone https://gitlab.com/mailman/mailman-suite.git
You have to customize settings.py of mailman-suite before you can start using it.
Regards
Timm
Am Donnerstag, den 25.01.2018, 14:27 +0100 schrieb Peter Münster:
Hi,
I try to install Postorius, but I don't find the file postorius.wsgi. Where should I get it please?
This is, what I've done so far:
- git clone https://gitlab.com/mailman/postorius.git
- cd postorius
- python3 setup.py install
- cd example_project
- virtualenv venv
- . venv/bin/activate
- pip3 install -r requirements.txt
- in venv/lib/python3.6/site-packages/django_mailman3/lib/mailman.py: replace "urllib2" by "urllib.error"
- python3 manage.py migrate
- python3 manage.py createsuperuser
- python3 manage.py compilemessages
- python3 manage.py collectstatic
Now I try to follow https://postorius.readthedocs.io/en/latest/deployment.html#apache-wit h-mod-wsgi but I don't find postorius.wsgi ...
TIA for any help. Kind regards,