arshad75

malaysia_event.sh

Jul 11th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt-get update -y
  3. sudo apt-get install nginx unzip -y
  4. sudo wget https://lc-demo-all.s3-ap-southeast-1.amazonaws.com/pipeline-demo.zip
  5. sudo unzip pipeline-demo.zip
  6. sudo chmod 775 -R pipeline-demo-final/
  7. sudo cp -R pipeline-demo-final/* /var/www/html/
  8. sudo /etc/init.d/nginx restart
Add Comment
Please, Sign In to add comment