Deploying a Simple Python Web Server

preview_player
Показать описание
In this video, we'll talk about creating a Flask application and hosting it on our Linux machine. We won't talk a lot about coding or Python, rather I'll show you how we can take a basic web app and host it on the public IP address of our Linode.

Chapters:
0:00 - Introduction & Overview
2:08 - Installing Python and Pip
3:28 - Creating the Flask Web Server
5:47 - Installing & Configuring NGINX
9:50 - Installing & Using Gunicorn
11:31 - Running the Web Server
14:00 - Outro

#Linode #AlternativeCloud #TechWithTim #Python
Product: Linode, Linux, Flask; Tech With Tim;
Рекомендации по теме
Комментарии
Автор

this channel is just pure grade A tech content.

upyours
Автор

Great tutorial. But don't put the nginx config directly in sites-enabled; instead use sites-available and use a symbolic link to sites-enabled. It's a nit but important if you want to temporarily disable a site.

johncrunk
Автор

Thorough explanation. Thanks. Great video!

cticonsultants
Автор

Thanks. I was able to follow along with success as a newby coder.

LeoMadrid
Автор

You are a life saver! Amazing tutorial and my website is live now!

strykerk
Автор

Is it possible to have multiple python webservers on different ports go to different pages?

DiyintheGhetto
Автор

I'm getting flask not found error, which is basically the first import in my app.
What should I do? Would really appreciate the help

kartikbathla
Автор

great video! its kind of weird and awkward for me to hear nginx by spelling it out.. for all i know, its 'en-jin-ecks'. other than that, really great tutorials! looking forward for more of them!

cindrmon