How to deploy on nginx webserver using uwsgi?
I'm trying from quite a few days installing askbot on my nginx powered server (no apache backend) and still unsuccessful. I'm also not really sure if uwsgi is working correctly or not. I tried "make" on uwsgi (http://projects.unbit.it/downloads/uwsgi-latest.tar.gz) but received some errors.
I'm also eyeing on this feature, http://bugs.askbot.org/issues/105
Edit: I want to install askbot as a standalone application.
Comments
The easiest way to install uwsgi without worrying too much is by pypi: pip install uwsgi it will compile and everything but it might throw errors if you don't have the correct libraries installed. Could you provide details on your target scenario?
@Fitoria @Pramvir Here's the error log while installing uwsgi, http://dl.dropbox.com/u/14319084/pip.log
I needed to install python-dev package, and now uwsgi installs perfectly. Where can I find the production.ini file of uwsgi of askbot? Isn't there any index.html file in python? What else do I need to configure in nginx to deploy the askbot?
@rornvi I'll answer this shorly, give me a sec.