Premium Only Content
			How to Deploy a Flask App to a Linux Server
This video will show you how to deploy your flask app to a headless linux server that is running ubuntu. We will be using apache and wsgi to do so.
Thanks to Linode for sponsoring this video! Deploy your linux server by clicking the link or using the promo code TWT19 for $20 free credit!
https://linode.com/techwithtim
Playlist: https://www.youtube.com/watch?v=mqhxxeeTbu0&list=PLzMcBGfZo4-n4vJJybUVV3Un_NFS5EOgX
Download Links:
https://www.putty.org/
https://winscp.net/eng/download.php
Credits:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-flask-application-on-an-ubuntu-vps
**Procedure (refer to video for missing details)**
Step 1: Setup a server on linode
Step 2: Download Putty and SSH in
Step 3: Download and Install Apache
- sudo apt update
- sudo apt install apache2
- apache2 -version
Step 4: Configure Firewall
- sudo ufw app list
- sudo ufw allow ‘Apache’
Step 5: Configure apache
- sudo systemctl status apache 2
Step 6: Install and enable mod_wsgi
- sudo apt-get install libapache2-mod-wsgi python-dev
Step 7: Creating flask app
- cd /var/www
- sudo mkdir webApp
- cd webApp
Step 8: Install flask
- sudo apt-get install python-pip
- sudo pip install Flask
- sudo pip install flask_sqlalchemy
Step 9: Use winSCP to transfer python files to server
Step 10: configure and enable virtual host
- sudo nano /etc/apache2/sites-available/webApp.conf
CLICK TO DOWNLOAD THE CODE TO PUT IN webApp.conf
https://techwithtim.net/wp-content/uploads/2019/11/code-to-place-in-.conf-file.txt
- sudo a2ensite webApp
- systemctl reload apache2
Step 11: Create .wsgi file
- sudo nano webapp.wsgi
Place the below code in the wsgi file
#!/usr/bin/python
import sys
import logging
logging.basicConfig(stream=sys.stderr)
sys.path.insert(0,"/var/www/webApp/")
from webApp import app as application
application.secret_key = 'Add your secret key'
Step 12: Restart apache
- sudo service apache2 restart
Step 13: Visit the ip address of your server in the browser to access your website!
◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
https://tech-with-tim.teachable.com/p...
📸 Instagram: https://www.instagram.com/tech_with_tim
🌎 Website https://techwithtim.net
📱 Twitter: https://twitter.com/TechWithTimm
⭐ Discord: https://discord.gg/pr2k55t
📝 LinkedIn: https://www.linkedin.com/in/tim-rusci...
📂 GitHub: https://github.com/techwithtim
🔊 Podcast: https://anchor.fm/tech-with-tim
💵 One-Time Donations: https://www.paypal.com/donate/?token=...
💰 Patreon: https://www.patreon.com/techwithtim
◾◾◾◾◾◾
⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡
Tags:
- Tech With Tim
- How to deploy a flask app to linux
- Deploy flask app
- Flask App Deploy
- Deploy flask app to ubuntu server
#Python #Flask #Linux
- 	
				
							36:41
								Tech With Tim
1 year ago $0.03 earnedPython Selenium Tutorial - Automate Websites and Create Bots
327 - 	
				
							LIVE
								Drew Hernandez
20 hours agoGOP CIVIL WAR: TUCKER CARLSON DERANGEMENT SYNDROME AT ALL TIME HIGH
1,216 watching - 	
				
							14:44
								Sponsored By Jesus Podcast
1 day agoYou Can't Serve God & MONEY | Is Money the Root of All Evil?
502 - 	
				
							2:47:28
								Barry Cunningham
6 hours agoYOU'VE BEEN MISINFORMED! GREED IS ACTUALLY GOOD! ESPECIALLY NOW! (AND MORE NEWS)
30.5K18 - 	
				
							LIVE
								SpartakusLIVE
6 hours agoSNIPING in Battlefield 6 - REDSEC || Monday MOTIVATION to CONQUER the Week
219 watching - 	
				
							49:25
								ThisIsDeLaCruz
2 hours ago $0.57 earnedBack Stage Pass with Avenged Sevenfold
5.6K6 - 	
				
							6:43:40
								GritsGG
7 hours agoWorld Record Win Streak Attempt! #1 Most Wins 3880+!
208 - 	
				
							LIVE
								Tundra Tactical
4 hours ago $2.33 earnedProfessional Gun Nerd Plays Battlefield 6
276 watching - 	
				
							1:01:12
								Donald Trump Jr.
7 hours agoThe China Matrix with Journalist Lee Smith | TRIGGERED Ep.288
117K81 - 	
				
							LIVE
								Dr Disrespect
12 hours ago🔴LIVE - DR DISRESPECT - ARC RAIDERS - FULL SEND INTO THE RED
1,196 watching