Closed jahirraihan22 closed 2 years ago
Gather requirements a. OS (EX: centos) b. size ram, cpu, network c. storage d. project e. services/apps SSH, Http, Mysql etc
Key pair
Security Group
Inbound and outbound is the firewall. From inbound rule you can control who has the authority to access
1 clear
2 sudo apt update
3 sudo apt install apache2 wget unzip -y
4 wget https://github.com/ColorlibHQ/AdminLTE/archive/refs/tags/v3.2.0.zip
5 mv v3.2.0.zip AdminLTE.zip
6 ls
7 unzip -o AdminLTE.zip
8 cp -r AdminLTE/* /var/www/html/
9 ls
10 cp -r AdminLTE-3.2.0/* /var/www/html/
11 sudo cp -r AdminLTE-3.2.0/* /var/www/html/
12 sudo systemctl restart apache2
13 clear
14 history
15 systemctl status apache2
Learning from this lessons