[RFC] Announcing modwsgideploy script. Deploy your tg2 app with apache and modwsgi with one command.
Dec 16
Hello,
I’m pleased to announce modwsgideploy !
What is it?
modwsgideploy is a template that you install into your tg2 folder.
This set of templates will create an apache folder inside of you
application. The 4 configuration files have the necessary settings to
run you tg2 app via apache and modwsgi. The template has a set of
sample apache configuration, sample wsgi configuration file, a test
wsgi file and a readme.txt file that explains the process.
How to use it?
Install it via easy_install
easy_install modwsgideploy
Run it:
cd ./path/to/myapp
paster modwsgi_deploy
Above will create your apache/modwsgi templates.
Read README.txt and check the configuration files, see if you need any
additional settings (vhost, virtualenv, etc).
Copy the apache folder into you apache configuration folder, and
enable you site.
You are ready to go.
http://lucasmanual.com/mywiki/modwsgideploy
Enjoy
Lucas