Skip to content

Instantly share code, notes, and snippets.

@noda-sin
Created April 6, 2015 18:14
Show Gist options
  • Save noda-sin/e13aa9dce2955ccc4a28 to your computer and use it in GitHub Desktop.
Save noda-sin/e13aa9dce2955ccc4a28 to your computer and use it in GitHub Desktop.
cpu-load.sh
#!/bin/sh
yum -y install httpd php mysql php-mysql
chkconfig httpd on
service httpd start
cd /tmp
wget http://us-east-1-aws-training.s3.amazonaws.com/self-paced-lab-4/examplefiles-as.zip
unzip examplefiles-as.zip
mv examplefiles-as/* /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment