Skip to content

Instantly share code, notes, and snippets.

@joshre
Created April 26, 2015 01:17
Show Gist options
  • Save joshre/9f18d8b6d3c371965bc8 to your computer and use it in GitHub Desktop.
Save joshre/9f18d8b6d3c371965bc8 to your computer and use it in GitHub Desktop.
LAMP Install
[Copying from here, a gist is just easier to find.](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html)
1. SSH into server
2. Run `sudo yum update -y`
3. Run `sudo yum install -y httpd24 php56 mysql55-server php56-mysqlnd`
4. Run `sudo service httpd start`
5. Run `sudo chkconfig httpd on`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment