Let's do some docker


Intro

From DjangoCon

Nice talk from DjangoCon.

Docker doc

In case you are lost, or you are tuning your Dockerfile, take a look here, you should find the answer.

Docker index

Here is where we can find most of the 'official' images: docker index

A django app

This demo aims …

Successfull git feature workflow in team


Introduction

I like to have a nice commit list mainly because I am using this commit list to generate release CHANGELOG between two changelogs.

First of all configure your favorite editor:

git config --global core.editor emacs

or you might want to use vim:

git config --global core.editor vim …

The select to clipboard html input experiment


Introduction

If there is one thing that make me mad it is the github repository URL clone input.

This thing select the content automatically but you cannot paste it with the middle mouse button as usually.

It works on bitbucket but we are mostly using GitHub.

The experiment

Even if …

Circus Sprint @ Novapost July 8th-9th, 2013


Introduction

Circus is a process & socket manager. It can be used to monitor and control processes and sockets.

At Novapost, we usually launch processes on different (virtual) machines, so we wanted Circus to manage processes launched on different servers.

Today we are using circus in production and one nice feature …

3 / 7