/aws-live

This repo is updated with Docker file and image

Primary LanguageHTML

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