Pages

Tuesday, 7 August 2012

Zpanel script

Zpanel instalation guide.

1. we need to do some intial setup in the server before instaling zpanel.

2.first check

Selinux
--------
edit /etc/selinux/config
 
 SELINUX=disabled
 save and quit, reboot

Sendmail
---------
 chkconfig --levels 235 sendmail off
 vi /etc/init.d/sendmail stop
 yum remove sendmail
vaftp
------
 yum remove vsftpd

iptables
---------
 service iptables save
 service iptables stop
 chkconfig iptables off
 OR
 /etc/init.d/iptables save
 /etc/init.d/iptables stop
 chkconfig --levels 235 iptables off

3.Install some basic packages 

yum update

yum install sudo
yum install make
yum install zip
yum install wget
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

=======================================================================

3.Download the latest tagged release from here :
https://github.com/Caffe1neAdd1ct/zpanelx-installers/tags

4.Do the below

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