Skip to content

Instantly share code, notes, and snippets.

@MasonM
Created July 6, 2018 03:38
Show Gist options
  • Save MasonM/a70bfa950c9e4382a46c803f231d72e4 to your computer and use it in GitHub Desktop.
Save MasonM/a70bfa950c9e4382a46c803f231d72e4 to your computer and use it in GitHub Desktop.
#!/bin/bash
yum install httpd php php-mysql -y
yum update -y
chkconfig httpd on
service httpd start
echo "<?php phpinfo(); ?>" > /var/www/html/index.php
cd /var/www/html
wget https://s3.eu-west-2.amazonaws.com/acloudguru-example/connect.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment