Completed
⌨️ Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploying Django and Other Frameworks on Digital Ocean
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Create account
- 3 ⌨️ Create server
- 4 ⌨️ Install software
- 5 ⌨️ Configure Postgresql
- 6 ⌨️ Users and environment
- 7 ⌨️ Requirements.txt
- 8 ⌨️ Separate settings file
- 9 ⌨️ Introducing Git
- 10 ⌨️ Environmental variables
- 11 ⌨️ Init database
- 12 ⌨️ Configure Gunicorn
- 13 ⌨️ Configure Supervisor
- 14 ⌨️ Configure Nginx
- 15 ⌨️ SSL / Let's Encrypt
- 16 ⌨️ Repeat procedure