Deploy - Building a time tracking SaaS using Django and Vue - Part 12 (Django Tutorial)

Опубликовано: 07 Октябрь 2024
на канале: Code With Stein
2,426
31

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