views:

967

answers:

3

Hi all,

We're trying to move our intranet to Pylons. My boss is trying to set up Pylons to use uWSGI behind Apache so he can set up multiple, independent applications. However, he's having a difficult time getting it set up, with some apparent code problems in the C source code for uWSGI. Does anyone have any suggestions for how to deploy Pylons applications that might help us out?

Thanks,

Doug

+2  A: 

The Pylons documentation contains very detailed instructions about deployment.

Is there anything specific that isn't working properly?

DisplacedAussie
+1  A: 

You can directly use paste for deploying pylons on uWSGI:

http://projects.unbit.it/uwsgi/wiki/UsePaste

roberto
+4  A: 

Here is how I did it:

http://tonylandis.com/python/deployment-howt-pylons-nginx-and-uwsgi/

Tony