LimXD2003/AWS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Either add "sudo" before all commands or use "sudo su" first # Amazon Linux 2023 #!/bin/bash dnf install git -y git clone https://github.com/lowchoonkeat/aws-live.git cd aws-live dnf install python-pip -y pip3 install flask pymysql boto3 python3 EmpApp.py