Tag Archives: lucid

Deployment of Multiple Web.py Applications using uWSGI and Nginx on Ubuntu

The scenario here is that we want to deploy multiple web.py applications under the same domain (‘apps.example.com’ for instance). These applications are independent from each other and reside in separate paths. There are quite a number of ways of achieving … Continue reading

Posted in Web | Tagged , , , , | 2 Comments

Deployment of Web.py Applications Using uWSGI and Nginx on Ubuntu

The next post contains an advanced version of this guide. This post is a update to the previous one on the same topic. The environment is as usual a low-end VPS with freshly installed Ubuntu 10.04.3 Lucid LTS (minimal version). … Continue reading

Posted in Linux, Web | Tagged , , , , | 5 Comments

Running OSQA with Nginx and uWSGI: VirtualHosting Mode with DynamicApps

Following on the previous post about OSQA installation, this post discusses the co-existence of OSQA with other WSGI-compliant web applications supported by uWSGI. As has been shown in the post linked above, installing OSQA with Nginx, uWSGI and SQLite3 on … Continue reading

Posted in Linux, Web | Tagged , , , , , , , , , | 3 Comments

Installing OSQA with Nginx, uWSGI and SQLite3 on Ubuntu Lucid (10.04) Minimal

OSQA is an open-source django-based implementation of the famous Stack Overflow Q&A community infrastructure. Its codebase was largely inherited from a Chinese project CNProg, which, for various unfortunate reasons, has closed its community site and virtually stopped development since earlier … Continue reading

Posted in Linux, Web | Tagged , , , , , , , | 12 Comments