Contribute Media
A thank you to everyone who makes this possible: Read More

Reproducible installation of applications using zc.buildout

Summary

[EuroPython 2012] T Lotze- 5 JULY 2012 in "Track Tagliatelle"

Description

zc.buildout is a tool to install and configure applications. An application may consist of multiple parts and include multiple programs and processes. Both installation and configuration of the application as a whole are controlled by a configuration file which makes it possible to reproduce them exactly at a later point in time or on a different host. zc.buildout is extensible so it may be used to install application parts with nearly arbitrary individual requirements. The talk introduces zc.buildout, gives an overview of its possibilities as well as the major third-party extensions and demonstrates the system by means of a case study.

Details

Improve this page