HeliumEdu / deploy

Configuration for remote deployment infrastructure and local development environment
https://www.heliumedu.com
MIT License
4 stars 0 forks source link

Add PROJECT_SERVE_LOCAL environment variable, disabled in devbox.yml.example #3

Closed alexdlaird closed 6 years ago

alexdlaird commented 6 years ago

Doing this will allow the Vagrant to be almost entirely self contained and runnable without any online dependencies.

This will require a small code change in the "platform" confs, basically just disabling the S3 mixin if this condition is met. Also will require a small change in the Apache conf to serve up static and media files locally.