On Deployment
Getting Started:
- Your Vagrant Deployment Sandbox for Django
- Deploying Early. Earlier Than You Think.
- Deploying Your Web App Using a Deploy Key
- Deploying Like an Early Stage Startup
Understanding:
- The Web App Deployment Wishlist
- The Hero's Journey to Every Deployment Story
- Production Doesn't Have to Be a Big Deal
- Django Systemd Crashcourse
- So You Want to Deploy Your Web App - a Goal Oriented Introduction
- Deployment Properties You Want And Tasks You Should be Able to Do
Deploying Python Apps:
- AWS Services You Should Know When Deploying Your Django App
- Your Vagrant Deployment Sandbox for Django
- The Best Way to Deploy Your Django Project
- Django Runserver Is Not Your Production Server
- 11 Django Real-World Challenges Your Tutorial Didn't Mention
- Gunicorn and Nginx in a Nutshell
- What Is Gunicorn, and What Does It Do?
Deploying Docker:
- What's A Better Docker Tag Than :latest?
- The Reason Why You Need to Wait When Stopping Your Docker Compose Services
- Is Docker-Compose Suited For Production?
- Using Docker At Your Own Pace
- Should You Run Your Database in Docker?
- What's Wrong With The Docker :latest Tag?
- Pass Environment Variables From the Host Machine to your Docker Container
- Should Built Docker Images Be Used in a Development Environment? Should Dockerfiles Be Used in a Production Environment?
- Do I HAVE to ADD my Code Into the Docker Image When Deploying?
- Adding A Dockerized Application To Your Deployment Setup