Hello,
I'm releasing a new version of modwsgideploy. This tool allows you deploy your pyramid/trac/django project on apache2 using
libapache2-mod-wsgi-py3
The tool is using cookiecutter template to generate an apache2 folder with all the configuration to get started.
pip install --upgrade pip
pip install modwsgideploycd /usr/local/pyramid/mygreatapp
modwsgideploy
...few questions later you have a apache2 folder
mygreatapp
|-- apache2
| |-- .python-eggs
| |-- README.txt
| |-- mygreatapp.conf
| |-- mygreatapp.wsgi
| `-- test.wsgi
Watch the animated gif here:
Configuration includes:
- virtualhost
- using vritaulenv envirment
- python2 and python3
Thanks
Lucas