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.
Steps for Nginx + Wsgi setup.
rename the django.wsgi to askbot_wsgi.py
Use this nginx config. modified with your values.
For uwsgi I preffer running it with supervisor with this conf
Restart all the services and see if it works if don't check the logs.
I'll prepare a more detailed guide for the oficial documentation but with this three steps and configuration files and futher reading here for more in depth information. If you have troubles with this just add a comment to the answer.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-05-09 08:39:31 -0500
Seen: 513 times
Last updated: May 11 '12
How to improve the speed of askbot?
Do I need to configure an upfiles/ directory?
"502 Bad Gateway" when editing badge awards in admin
"502 Bad Gateway" when visiting certain URLs
"502 Bad Gateway" when visiting certain URLs, Part 2
How to Step by Step Deploy Askbot uWSGI Nginx on CentOS 6 64bit?
How can i run multiple instances of askbot on a server?
Askbot + Nginx + URL Accents = Problem
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
can you please comment your errors here ?
Pramvir ( 2012-05-09 12:49:21 -0500 )editThe 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 ( 2012-05-10 15:28:44 -0500 )edit@Fitoria@Pramvir Here's the error log while installing uwsgi, http://dl.dropbox.com/u/14319084/pip.log
rornvi ( 2012-05-11 04:45:20 -0500 )editI 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 ( 2012-05-11 07:52:13 -0500 )edit@rornvi I'll answer this shorly, give me a sec.
Fitoria ( 2012-05-11 10:52:30 -0500 )edit