cPanel and WHM Installation for Linux & FreeBSD
Cpanel:
1. Make a /home/cpins directory.
mkdir /home/cpins; cd /home/cpins;
2. Get the installation script from layer1.cpanel.net.
wget http://layer1.cpanel.net/latest
3. Finally, run the shell script.
sh latest
FreeBSD:
1. Make a /home/cpins directory.
mkdir /home/cpins; cd /home/cpins;
2. Get the installation script from layer1.cpanel.net.
fetch http://layer1.cpanel.net/latest
3. Finally, run the shell script.
sh latest

0 comments:
Post a Comment