Hello, I'm pleased to announce modwsgideploy ! This was designed for turbogears2, but since tg2 is based on pylons this will work with pylons as well. The only difference is that word turbogears2 needs to be replaced with pylons in apache and wsgi configuration. Please forward to pylons user mailing list.
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---