Setting up a LAMP Stack is fairly straight forward, here we will go through the steps towards getting it up and running: Installing Packages: $ yum install epel-repo -y $ yum --enablerepo=epel update -y $ yum install httpd httpd-devel php mysql mysql-server