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 modwsgideploy
cd /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:
http://lucasmanual.com/mywiki/modwsgideploy

Configuration includes:
- subdomains  (mygreatapp.example.com)
- virtualhost
- mountpoints (example.com/mygreatapp)
- using vritaulenv envirment
- python2 and python3

Thanks
Lucas

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAKkTUv3pO4bSGcyxUjMwpN_v3BxiuBp9rrXjycY6QEWWHXtwgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to