Skip to content

voltgrid/voltgrid-pie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voltgrid.py: Runtime deployments (aka Magical Deployments with Docker)

Build Status

voltgrid.py provides a configuration based approach to code deployment and configuration. It allows for application code to be deployed at runtime.

Features

  • Environment Variable Contextualisation
  • Git checkout
  • Configuration file templating

Docker Support

When used with Docker voltgrid.py can handle 100% of your container bootstraping and code deployment.

Examples

Ubuntu PHP

Python Bureaucrat

Development and testing

Clone this repo into the root of a virtualenv.

  1. Install the requirements

    pip install -r requirements.txt

  2. Hack away.

  3. Test

    py.test -v tests

  4. Commit your changes