There are some primary steps to be done before installing Zpanel.
1.SELINUX should be in disabled mode.
# vi /etc/selinux/config
------------------------------
SELINUX=disabled
save and quit, reboot
------------------------------
2. Remove sendmail
# chkconfig --levels 235 sendmail off
# /etc/init.d/sendmail stop
# yum remove sendmail
3. Remove vsftpd
# yum remove vsftpd
4. Disabling IPtables
# service iptables save
#service iptables stop
# chkconfig iptables off
5. Installing the necessary packages:
# yum update
# yum install make
#yum install wget
# yum install zip
# yum install httpd php php-devel php-gd php-mbstring php-imap php-mysql php-xml php-xmlrpc curl curl-devel perl-libwww-perl
# yum install libxml2 libxml2-devel mysql-server zip webalizer gcc gcc-c++ httpd-devel at make mysql-devel bzip2-devel
#yum install proftpd proftpd-mysql
# yum install postfix dovecot dovecot-mysql
# yum install bind bind-utils bind-libs
6. Downloading the latest tagged release :
https://github.com/Caffe1neAdd1ct/zpanelx-installers/tags
Then, follow the below steps for installing Zpanel:
# yum install dos2unix
# dos2unix centos-6-2-1.00.sh
# chmod +x centos-6-2-1.00.sh
# ./centos-6-2-1.00.sh
1.SELINUX should be in disabled mode.
# vi /etc/selinux/config
------------------------------
SELINUX=disabled
save and quit, reboot
------------------------------
2. Remove sendmail
# chkconfig --levels 235 sendmail off
# /etc/init.d/sendmail stop
# yum remove sendmail
3. Remove vsftpd
# yum remove vsftpd
4. Disabling IPtables
# service iptables save
#service iptables stop
# chkconfig iptables off
5. Installing the necessary packages:
# yum update
# yum install make
#yum install wget
# yum install zip
# yum install httpd php php-devel php-gd php-mbstring php-imap php-mysql php-xml php-xmlrpc curl curl-devel perl-libwww-perl
# yum install libxml2 libxml2-devel mysql-server zip webalizer gcc gcc-c++ httpd-devel at make mysql-devel bzip2-devel
#yum install proftpd proftpd-mysql
# yum install postfix dovecot dovecot-mysql
# yum install bind bind-utils bind-libs
6. Downloading the latest tagged release :
https://github.com/Caffe1neAdd1ct/zpanelx-installers/tags
Then, follow the below steps for installing Zpanel:
# yum install dos2unix
# dos2unix centos-6-2-1.00.sh
# chmod +x centos-6-2-1.00.sh
# ./centos-6-2-1.00.sh
No comments:
Post a Comment