voltgrid.py provides a configuration based approach to code deployment and configuration. It allows for application code to be deployed at runtime.
- Environment Variable Contextualisation
- Git checkout
- Configuration file templating
When used with Docker voltgrid.py can handle 100% of your container bootstraping and code deployment.
Clone this repo into the root of a virtualenv.
-
Install the requirements
pip install -r requirements.txt
-
Hack away.
-
Test
py.test -v tests
-
Commit your changes