#! /Bin/Bash - Ex Yum Update - Y Yum Groupinstall - Y "Web Server" "Mysql Database" "PHP Support" Service HTTPD Start Chkconfig HTTPD On
#! /Bin/Bash - Ex Yum Update - Y Yum Groupinstall - Y "Web Server" "Mysql Database" "PHP Support" Service HTTPD Start Chkconfig HTTPD On
/bin/bash -ex
yum update -y
yum groupinstall -y "Web Server" "MySQL Database" "PHP Support"
service httpd start
chkconfig httpd on