Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 939 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 939 Bytes

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