For gunicorn, you must be in the virtualenv. gunicorn --paste development.ini -b 0.0.0.0:8080
Running it as a wsgi app would need a bit more work, since the wsgi app must be import-able not some arbitrary `allura.wsgi` file gunicorn allura.wsgi -b 0.0.0.0:50097 --- ** [tickets:#7957] Document how to run allura with gunicorn/uwsgi/mod_wsgi** **Status:** open **Milestone:** unreleased **Labels:** sf-current sf-4 **Created:** Mon Aug 10, 2015 02:54 PM UTC by Dave Brondsema **Last Updated:** Tue Sep 15, 2015 09:10 PM UTC **Owner:** nobody There have been reported problems with uwsgi: http://lists.unbit.it/pipermail/uwsgi/2015-July/008104.html We should make sure it works and document it. For mod_wsgi we can borrow & simplify from our forge-allura.apache.org setup. Once done, it'll help with our [#7908] docker setup. --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.