how to install
Login your server as root and run
and install some necessary packages# yum update -y
disabled selinux# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip telnet wget -y
and check with# echo 'SELINUX=disabled' > /etc/selinux/config
# setenforce 0
add repo kloxo-mr
back to / dir, update repo and install# cd /tmp# rm -f mratwork*# wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch$# rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
and last command# cd /# yum clean all# yum update mratwork-* -y# yum install kloxomr7 -y
Now you can acces kloxo-mr with web browser on# sh /script/upcp
https://1ip-address:7777 – secure ssl connection, or..http://1ip-address:7778 – normal one.