filmov
tv
Install Python on AWS EC2 - (with Flask and OpenCV)
Показать описание
00:04 Launch new EC2 Instance
01:29 Connect EC2 using Putty
02:17 Connect EC2 using WinSCP
03:17 sudo apt-get update
03:27 sudo apt-get install python3-venv
04:09 python -m venv venv
04:21 source venv/bin/activate
04:33 pip install flask
05:57 pip install gunicorn
06:12 gunicorn -b 0.0.0.0:5000 app:app
06:48 Add port 5000 to EC2 Instance Inbound Rules
08:38 sudo systemctl daemon-reload
08:42 sudo systemctl start servicename
08:45 sudo systemctl enable servicename
09:15 sudo apt-get install nginx
09:32 sudo systemctl start nginx
09:37 sudo systemctl enable nginx
10:08 sudo nano /etc/nginx/sites-available/default
11:09 sudo apt-get install unzip
11:35 sudo apt-get install python3-opencv
12:04 pip install opencv-python
12:13 pip install opencv-contrib-python
#pythontutorial #awsec2 #atifnaseem
01:29 Connect EC2 using Putty
02:17 Connect EC2 using WinSCP
03:17 sudo apt-get update
03:27 sudo apt-get install python3-venv
04:09 python -m venv venv
04:21 source venv/bin/activate
04:33 pip install flask
05:57 pip install gunicorn
06:12 gunicorn -b 0.0.0.0:5000 app:app
06:48 Add port 5000 to EC2 Instance Inbound Rules
08:38 sudo systemctl daemon-reload
08:42 sudo systemctl start servicename
08:45 sudo systemctl enable servicename
09:15 sudo apt-get install nginx
09:32 sudo systemctl start nginx
09:37 sudo systemctl enable nginx
10:08 sudo nano /etc/nginx/sites-available/default
11:09 sudo apt-get install unzip
11:35 sudo apt-get install python3-opencv
12:04 pip install opencv-python
12:13 pip install opencv-contrib-python
#pythontutorial #awsec2 #atifnaseem
PYTHON : How do I install Python 3 on an AWS EC2 instance?
How do I install Python 3 on an AWS EC2 instance?
AWS EC2 running a Python script continuously, EC2 setup with Python tutorial
AWS Tutorials: Deploy Python Application on AWS EC2 (Permanent Running)
Install Python on AWS EC2 - (with Flask and OpenCV)
Installing Python on AWS EC2 Instance: Step-by-Step Tutorial | Yum Guide | Installation | Cloud |
How do I install Python 3 on an AWS EC2 instance?
Run Python on AWS EC2 (Step by Step Example)
Live 🛑 Website Hosting In AWS EC2 with demo | Week 2 | English
install python in aws ec2
AWS installing python in Windows 2019 EC2 Instance
4 Install Python on AWS EC2 Machine | Machine Learning Model Deployment Using Flask at AWS
how to install python in aws ec2 instance
Install Python on AWS EC2 (Hindi)
How do I install Python 3 on an AWS EC2 instance? #shorts
Python :How do I install Python 3 on an AWS EC2 instance?(5solution)
AWS Labs: Installing Python on Windows EC2 Instance | EC2 Practicals | AWS Tutorials |
1~Creating a new EC2 Instance | How to Deploy a Python Script in AWS - EC2 Instance.
Python on AWS for Beginners: EC2, SSH, and Jupyter Notebook Setup
3~Create a Python Script in the EC2 instance | | How to Deploy a Python Script in AWS EC2 Instance
install python in ec2
How to Install Python3 on a New AWS EC2 Virtual Machine - NTT DATA Databytes - Ep 1
How to Install Python3 on a New AWS EC2 Virtual Machine - Hashmap Megabytes - Ep 1
How to Deploy FastAPI on AWS EC2: Quick and Easy Steps!
Комментарии