Friday 25 April 2014

How to install cpanel

How to install cpanel?
Login to your server as root
and run following command

Code:
Code:
cd /home
wget -N http://layer1.cpanel.net/latest

sh latest


in case centos 5

Code:
Code:
yum groupinstall 'Development Tools'
yum install gcc-c++
yum install expat-devel
yum install libidn-devel
yum install quota-devel


then

Code:
Code:
cd /home
wget -N http://layer1.cpanel.net/latest
sh latest

No comments:

Post a Comment