==========================================
cPanel/WHM Installation
==========================================
1. Install OS
2. Login with your root ID and Password
3. Change hostname permanantly using this following commands
$ hostname srv.yourdomain.com
Or
$ nano /etc/hostname (Replace with your hostname)
Or
$ nano /etc/sysconfig/network
or
$ nano /etc/hosts
$ reboot
4. Disable SELinux
# setenforce Permissive
# reboot
5. Now install cPanel/WHM using following commands
# yum install perl
# cd /home
# curl -o latest -L http://httpupdate.cpanel.net/latest
# sh latest
6. Activate cPanel License
# /usr/local/cpanel/cpkeyclt
7. After Installation Login with your root and Password