Skip to content

This repo is updated with Docker file and image

Notifications You must be signed in to change notification settings

basit2023/aws-live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.4%
  • Python 38.4%
  • Dockerfile 5.2%