-
Quick and dirty auto-deployment to Raspberry Pi
Some projects require a quick way to deploy code to a Raspberry Pi (or other small device running Linux behing NAT) and it's not critical enough to need things like Kubernetes, Ansible or Docker. It was exactly the case for a small RGB LED matrix we set up at our…
-
Deploying Django to production with uWSGI
Production-ready Docker image for deploying Django with uWSGI, including serving the static files.…