How to install cPanel 11 in Virtuozzo VPS

I was expecting to see either a question or a tutorial, but I've seen "Go see this tutorial instead" ;) Let me just add that the installation in Virtuozzo is a template based.
 
The way i do is install Centos + CPanel version.
I don't have to install yum and other modules, it already in one package.
This makes thing easier because when Centos finished then i can start using cPanel directly.
Install yum and other dependencies manually can damage your server if it's not done correctly.
 
That's way more than you actually have to do:

1. Create New Container

2. Install yum on the container(from VZ node, replace 111 with container ID):
# vzpkg install 111 -p yum

3. Run yum update from within container

4. Install cPanel:
# cd /home
# wget http://layer1.cpanel.net/latest
# sh latest
 
Hi,

The steps mentioned in last post are correct but make sure you run all the steps in "screen" because Cpanel installation takes too long to install.
 
It would have been better if you could have actually mentioned something about the tutorial in the thread itself. This is not a good idea to post a link in your thread.
 
Your web hosting provider support has to give you the right answer and help you to solve any problem you face.
 
Most web hosts install it free. You should include you have to install yum by your self or in virtuzzzo panel
 
Top