Tag Archives: web.py

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

Deployment of Web.py Applications Using uWSGI and Nginx

This post is outdated. See this post for more up-to-date directions. It should be safe to assume that anyone remotely interested in such a topic must already have a fair understanding of what this post is about, so let’s not … Continue reading

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