Step 1 – Login to your server as root:
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_093638.jpg)
Step 2 – To make sure all things are updated, run ym update command:
- Mã: Chọn tất cả
yum update -y
wait for the process to complete
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_095959.jpg)
Step 3 – Issue this command to install some necessary packages:
- Mã: Chọn tất cả
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_100307-620x295.jpg)
Also this one:
- Mã: Chọn tất cả
yum install telnet wget -y
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_101734.jpg)
Step 4 – Make sure SELinux is disabled. You can check it with this command:
- Mã: Chọn tất cả
setenforce 0
sample output:
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_102048.jpg)
if not, you can disable it using this command:
- Mã: Chọn tất cả
echo 'SELINUX=disabled' > /etc/selinux/config
Step 5 – Now you can add repo URL of Kloxo-MR. Currently -during I write this post- there are two main version: v6.5.0 and v7.0.0. This guide will show you how to install Kloxo-MR v7.00. Start by changing directory to /tmp.
- Mã: Chọn tất cả
cd /tmp
then remove old .rpm if any:
- Mã: Chọn tất cả
rm -f mratwork*
Then download the repo file using wget:
- Mã: Chọn tất cả
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
pic:
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/install-kloxo-centos-620x223.jpg)
then go back to upper directory
- Mã: Chọn tất cả
cd /
Step 6 – Now issue these series of command before we proceed to the install process:
- Mã: Chọn tất cả
yum clean all
yum update mratwork-* -y
pic:
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_141317.jpg)
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_141448.jpg)
Step 7 – Now begin the install process with this command:
- Mã: Chọn tất cả
yum install kloxomr7 -y
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_141820.jpg)
Once done you’ll see something like this:
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_141950-620x350.jpg)
Step 8 – Now the last magic command to issue is:
- Mã: Chọn tất cả
sh /script/upcp
That will install everything so the process will be a little bit longer than any previous command above so sit tight and wait till it finished.
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_142240-620x436.jpg)
And once done you’ll see something like this:
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/2014-09-19_142847-620x292.jpg)
Step 9 – Now open up your favorite web browser and login to Kloxo-MR admin page for the very first time:
https://ip-address:7777 – secure ssl connection, or..
http://ip-address:7778 – normal one.
Default username is admin and password is admin.
![[Linux CentOS] How to install Kloxo-MR v7.0](http://www.servermom.org/wp-content/uploads/2014/09/kloxo-mr-admin-login.jpg)
View more: http://www.servermom.org/install-kloxo- ... -vps/1832/