[Linux CentOS] How to install Kloxo-MR v7.0
HOW TO INSTALL
Step 1 – Login to your server as root:
http://www.servermom.org/wp-content/...-19_093638.jpg
Step 2 – To make sure all things are updated, run ym update command:
wait for the process to complete
http://www.servermom.org/wp-content/...-19_095959.jpg
Step 3 – Issue this command to install some necessary packages:
Mã:
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
http://www.servermom.org/wp-content/...07-620x295.jpg
Also this one:
Mã:
yum install telnet wget -y
http://www.servermom.org/wp-content/...-19_101734.jpg
Step 4 – Make sure SELinux is disabled. You can check it with this command:
sample output:
http://www.servermom.org/wp-content/...-19_102048.jpg
if not, you can disable it using this command:
Mã:
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.
then remove old .rpm if any:
Then download the repo file using wget:
Mã:
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:
http://www.servermom.org/wp-content/...os-620x223.jpg
then go back to upper directory
Step 6 – Now issue these series of command before we proceed to the install process:
Mã:
yum clean all
yum update mratwork-* -y
pic:
http://www.servermom.org/wp-content/...-19_141317.jpg
http://www.servermom.org/wp-content/...-19_141448.jpg
Step 7 – Now begin the install process with this command:
Mã:
yum install kloxomr7 -y
http://www.servermom.org/wp-content/...-19_141820.jpg
Once done you’ll see something like this:
http://www.servermom.org/wp-content/...50-620x350.jpg
Step 8 – Now the last magic command to issue is:
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.
http://www.servermom.org/wp-content/...40-620x436.jpg
And once done you’ll see something like this:
http://www.servermom.org/wp-content/...47-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.
http://www.servermom.org/wp-content/...dmin-login.jpg
View more: http://www.servermom.org/install-klo...ntos-vps/1832/