This is part 12 of this series. In this part, I will deploy the project to a live server on Digital Ocean running Ubuntu 20.04.
I will use Gunicorn to serve Django and Nginx to serve the static files. I'm also going to use Supervisor to make sure that the project auto starts and similar.
Since we're using Stripe and we want things to be as secure as possible, I'm implementing SSL/HTTPS as well using Certbot / Let's encrypt.
IMPORTANT LINKS AND INFORMATION
My Patreon:
/ codewithstein
GitHub repository (source code):
https://github.com/SteinOveHelset/min...
#codewithstein #learndjango #djangoandvue #djangotutorial #saas #djangosaas #python #vue #nginx #gunicorn #ssl #https #ubuntu #digitalocean