basit2023 / aws-live

This repo is updated with Docker file and image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo apt-get update
# For Sql-client
sudo apt-get install mysql-client

# For python and related frameworks

sudo apt-get install python3
sudo apt-get install python3-flask
sudo apt-get install python3-pymysql
sudo apt-get install python3-boto3

# for running application
sudo python3 EmpApp.py#
#
#
#
# If you want to run the entire project on Docker the follow the below steps;
#
 sudo apt-get install docker.io
 sudo docker build -t --name .
 sudo docker run -itd -p 8000:80 --name
#
# but one thing, you should allow port 8000 in your securty group of EC2

About

This repo is updated with Docker file and image


Languages

Language:HTML 56.3%Language:Python 38.4%Language:Dockerfile 5.2%