Lab setup
- Create a virtual machine in Azure
- install apache server
- Create a ec2 instance in AWS
- install apache server
Now lets install a sample website
- Refer Here for sample website
- to download into vm
sudo apt install unzip
mkdir -p /tmp/sample
cd /tmp/sample
wget https://templatemo.com/tm-zip-files-2020/templatemo_598_sleeky_pro.zip
unzip templatemo_598_sleeky_pro.zip
cd /tmp/sample/templatemo_598_sleeky_pro
sudo cp -R . /var/www/hmtl/
RUM (Rich user monitoring)
- Watch classroom recording for steps
