4371 shaares
Buildout is a Python-based build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. It lets you create a buildout configuration and reproduce the same software later. -buildout.org I've documented the steps required to create a simple buildout based project. Start by creating a project directory and initialise…