How to Deploy a Flask App to a Linux Server with a Domain Name

Описание к видео How to Deploy a Flask App to a Linux Server with a Domain Name

In this video, I'll go over the steps you need to take for a bare minimum linux server deploy with your own custom domain name. For the web server I'll use Caddy, and for the app server I'll use gunicorn.

Need one-on-one help with your project? I can help through my coaching program. Learn more here: https://prettyprinted.com/coaching

Here are the install commands I used in the video:

sudo apt update
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
curl -1sLf 'https://dl.cloudsmith.io/public/caddy... | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy... | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy
sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools
sudo apt install python3-venv

Get the code here: https://prettyprinted.com/l/CZ6

Twitter:   / pretty_printed  
Github: https://github.com/prettyprinted

Комментарии

Информация по комментариям в разработке