Do a basic installation of Centos 6 Normally I will go with the defaults. Once the server is installed, make sure and do all updates. # yum update click the enter key. You will need to install Apache, PHP and MySQL # yum install httpd php php-mysql mysql-server mysql-client click the enter key. ..