Python Django Tutorial: Deploying Your Application (Option #1) - Deploy to a Linux Server

In this Python Django Tutorial, we will be learning how to deploy our application to a Linux Server from scratch using Linode. If you would like $20 of free credit towards a Linode account, then you can use my link here to sign up: We will be covering the entire deployment of a Django application. This includes spinning up a new Linux Server and tightening its security with SSH keys and firewalls. Then we will install Apache and Mod_WSGI so that we can get our Django App running. Let’s get started... To skip the server setup, jump to 29:11 How to Run Linux/Bash on Windows: SSH Key-Based Authentication Tutorial: SSH Keys on Windows: #windows Apache config used in this video:
Back to Top