Online/offline #Steps to launch developer html templates on AWS server
steps to deploy the zip directory in EC2 instance (Linux OS)=>
- mkdir temp
- ls -lrt
- cd temp/
- (Now select any free css template file and copy the doawload link)
- wget https://www.free-css.com/assets/files/free-css-templates/download/page292/picstudio.zip
- ls -lrt
- unzip picstudio.zip (unzip the folder)
- ls -lrt
- mv * /var/www/html/ (Move the Css tempalte file to html folder)
- systemctl enable httpd
- systectl start httpd
(Note : if we have note seletected teh Http and https option while creating the server. kindly go to the Security option in instance then inbound rule then select the option of HTTP and HTTPs and save the rules)
- cd /var/www/html/ .........(cpy directory name and html file name from here. Create link like IP address/directoryname/html_fil_ename)
- http://3.110.173.74/picstudio-html/index.html