#!/bin/bash sudo yum update -y sudo amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2 sudo yum install -y httpd mariadb-server sudo systemctl start httpd sudo systemctl enable httpd sudo usermod -a -G apache ec2-user sudo chown -R ec2-user:apache /var/www sudo chmod 2775 /var/www sudo find /var/www -type d -exec chmod 2775 {} ; sudo find /var/www -type f -exec chmod 0664 {} ; sudo echo "" > /var/www/html/phpinfo.php
-
Notifications
You must be signed in to change notification settings - Fork 2
mithuns1986/aws-autoscaling-hands-on
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published