Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying Pylons with uWSGI

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

like image 925
Doug Farrell Avatar asked Feb 07 '10 18:02

Doug Farrell


2 Answers

Here is how I did it:

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

like image 99
Tony Avatar answered Sep 30 '22 16:09

Tony


You can directly use paste for deploying pylons on uWSGI:

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

like image 25
roberto Avatar answered Sep 30 '22 14:09

roberto