So you prefer Gunicorn over uWSGI? When I have a working installation that uses uwsgi, should I reconfigure for Gunicorn? At the moment I see no reason for this, and while I am open for alternate solutions, ... ยด never change a running system
Am Donnerstag, 29. Dezember 2022, 21:48:54 CET schrieb Mark Sapiro:
On 12/29/22 05:51, Wolfgang Rosenauer wrote:
Hi,
I'm in the process to set up a new mailman3 site. (Migrating from mailman2)
There are RPMs for my distribution which integrate postorius and hyperkitty with uwsgi.
I think you'll be much happier if you don't use the distro's RPMs which are probably out of date and instead follow <https://docs.mailman3.org/en/latest/install/virtualenv.html>. Those instructions use uWSGI as a WSGI interface, but Gunicorn <https://gunicorn.org/> is what is used on the site supporting this list. The advantages of Gunicorn are it's already installed as a dependency of Mailman core, and it's what the Mailman developers are more familiar with.
I'll work on updating <https://docs.mailman3.org/en/latest/install/virtualenv.html> to include Gunicorn as an alternative.