25 Jan
2018
25 Jan
'18
1:27 p.m.
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-with-mod-w... but I don't find postorius.wsgi ...
TIA for any help. Kind regards,
Peter