Setting up a Django production environment: compiling and configuring nginx

Nov 06 2011 Published by under web development

nginxHere is another series of posts: now I’m going to write about setting up a Django production environment using nginx and Green Unicorn in a virtual environment. The subject in this first post is nginx, which is my favorite web server.

This post explains how to install nginx from sources, compiling it (on Linux). You might want to use apt, zif, yum or ports, but I prefer building from sources. So, to build from sources, make sure you have all development dependencies (C headers, including the PCRE library headers, nginx rewrite module uses it). If you want to build nginx with SSL support, keep in mind that you will need the libssl headers too. Continue Reading »

3 responses so far

Splinter sprint on FISL

Jun 28 2011 Published by under software development

FISLWe are going to start tomorrow, on FISL, another splinter sprint. “From June 29 through July 2, 2011, fisl12 will be hosted at the PUC Events Center, in Porto Alegre, Rio Grande do Sul, Brazil” (copied from FISL website :P). But don’t worry about the location: anyone in anywhere can join us in this sprint. There is an entry in splinter wiki about this sprint, and I’m just replicating the information here…

Continue Reading »

No responses yet

Raty: a lightweight jQuery star rate plugin

Jun 19 2010 Published by under software development

jQuery Raty

In the middle of this week, my friend and roommate Washington Botelho published a simple and useful jQuery plugin: Raty, wich is a plugin for rating with star. It is simple, powerful and lightweight.

You can see how the plugin works at its official page.

One response so far