Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created October 17, 2015 23:39
Show Gist options
  • Save AdamLawicki/768c8d626938d4bc7364 to your computer and use it in GitHub Desktop.
Save AdamLawicki/768c8d626938d4bc7364 to your computer and use it in GitHub Desktop.
Install Apache web server, MySQL, and PHP software packages at the same time for AWS
[ec2-user ~]$ sudo yum install -y httpd24 php56 mysql55-server php56-mysqlnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment