Re: migrating from 2.7 to 3.x on Ubuntu

2019-03-07 Thread Mike Dewhirst
On 8/03/2019 12:34 am, Ryan Nowakowski wrote: Seems doable. I would leave nginx out of it and just run gunicorn Python 3 with Apache. Also I would do the release upgrade before. Thanks Ryan - that makes a lot of sense to me. Should simplify the process and give me confidence to start sooner ra

Re: migrating from 2.7 to 3.x on Ubuntu

2019-03-07 Thread Ryan Nowakowski
Seems doable. I would leave nginx out of it and just run gunicorn Python 3 with Apache. Also I would do the release upgrade before. On March 4, 2019 10:40:21 PM CST, Mike Dewhirst wrote: >On the same host, is it viable to switch my Django projects away from >vhosts under Apache2/mod_wsgi/py2.7

migrating from 2.7 to 3.x on Ubuntu

2019-03-04 Thread Mike Dewhirst
On the same host, is it viable to switch my Django projects away from vhosts under Apache2/mod_wsgi/py2.7 to Gunicorn and Nginx running with Python 3.x ... AND SIMULTANEOUSLY ... leave Trac running on Apache2 mod_wsgi/py2.7? Trac is not yet released for Python 3.x. There is also a Subversion