This is a fork of the 'kisensum' OpenADR VTN server. The original repository containing the VTN can be found here: https://github.com/VOLTTRON/volttron-applications
The development/testing environment will create local PostgreSQL (DB), Redis (cache/celery tasks), and nginx (reverse proxy) which are assumed to already be present in staging/production.
To run a local development version:
docker-compose -f local.yml up
To run local tests:
docker-compose -f local.yml -f test.yml up