How DO I install Kloxo Control Panel ?

Provide me command s to install the Kloxo Control Panel on CentOS?

Hi
Have you hear of a website called google.com as getting others to do all your searching for you then you will learn nothing in this industry.

even look for the Kloxo website and in their docs it will tell you how to install
 
Hi
Have you hear of a website called google.com as getting others to do all your searching for you then you will learn nothing in this industry.

even look for the Kloxo website and in their docs it will tell you how to install

You nailed it... :smash: It is said that about 95% of IT problems can be solved by just searching for a bit or so. ASSUMING you have the know hows like for example searching for System Admin tasks will obviously demands that you know how to do System Admin in general.
 
You nailed it... :smash: It is said that about 95% of IT problems can be solved by just searching for a bit or so. ASSUMING you have the know hows like for example searching for System Admin tasks will obviously demands that you know how to do System Admin in general.

but he is just asking for the commands to carry out the task, which can be found within seconds in google and on the kloxo website. in the time it took him to write the question on here he could have found the commands by searching himself.
If people keep asking simple questions like that for others to do the searching for them, then how will they learn anything themselves.
 
but he is just asking for the commands to carry out the task, which can be found within seconds in google and on the kloxo website. in the time it took him to write the question on here he could have found the commands by searching himself.
If people keep asking simple questions like that for others to do the searching for them, then how will they learn anything themselves.

Precisely, it's vital for people offering services to understand how to serve themselves so they can do the same to their customers.
 
Precisely, it's vital for people offering services to understand how to serve themselves so they can do the same to their customers.

Exactly, if you cannot use a search engine then what will happen when a client crys for help.

KaenW i suggest if you cannot find the information yourself you should invest in a fully managed server, so you can ask your server provider for assistance.
 
Follow the steps to install Kloxo-Mr

- Install the necessary dependencies. This is handled with the following commands:

yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet wget -y

- Next change into the /tmp directory with the command cd /tmp and download the installation script. Issue the command:

sudo rpm -ivh https://github.com/mustafaramadhan/...al/noarch/mratwork-release-0.0.1-1.noarch.rpm.

- Remove all cached packages and headers with the command yum clean all. Update the mratwork RPM with the command yum update mratwork-*. Finally, install Kloxo-Mr with the following two commands:

yum install kloxomr7 -y
sh /script/upcp

- Now that the installation is complete, point your web browser http://SERVER_IP:7778 or http://SERVER_IP:7778 (where SERVER_IP is the actual IP address of your server).
 
You can easily find all the commands on search engine rather than post a question here and wait for the replies and discussion. All you have to do is search on Google, your problem will be solved within seconds.
 
Top