Completed
Why Use Digital Ocean? 0:00 -
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Hosting a Django Website with Digital Ocean
Automatically move to the next video in the Classroom when playback concludes
- 1 Why Use Digital Ocean? 0:00 -
- 2 Server Fees and Other Costs 6:19 -
- 3 Software Requirements 8:01 -
- 4 Digital Ocean Setup 9:23 -
- 5 SSH into Server for the First Time 15:04 -
- 6 Secure Your Server with SSH Private Key Auth 17:39 -
- 7 Firewall Setup 28:26 -
- 8 Install Python3.7 on Ubuntu and Setting Default Version 29:28 -
- 9 Installing pip 32:41 -
- 10 Creating a Django Project and Testing Gunicorn 33:15 -
- 11 Socket and Service Files for Gunicorn 47:03 -
- 12 Configure Nginx to Proxy Pass to Gunicorn 58:39 -
- 13 Visit Website via IP address and Next Steps - end