yum install perl -y
yum update -yOnce the system is up to date go in the root directory:
yum remove httpd bind -y
# cd /rootList of various ways to install SENTORA ;
OPTION 1: curl -L -Ss http://sentora.org/install
OPTION 2: yum install wget -y && cd /tmp && wget sentora.org/install && bash install
FOLLOW THE INSTALLATION INSTRUCTION.