Sunday, January 25, 2015

INSTALL KLOXO-MR ON CENTOS

kloxo mr is alternative free web hosting control panel that can be solution for you who don’t want to manually install webserver, mysql/mariadb and php. why Kloxo? because it has features that are on offer include, support operating system redhat/centos 5 or 6 with 32/64bit, billing software AWBS, WHMCS, HostBill, TheHostingTool, AccountLab Plus and Blesta. with webserver Nginx, Nginx-Proxy and Lighttpd-proxy beside Httpd and Lighttpd and dual php as primary with php 5.3/5.4. for database with mysql and mariadb and many more, can see on here

how to install

Login your server as root and run

# yum update -y
and install some necessary packages
# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip telnet wget -y
disabled selinux
# echo 'SELINUX=disabled' > /etc/selinux/config
and check with
# setenforce 0

add repo kloxo-mr
# 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
back to / dir, update repo and install

# cd /

# yum clean all

# yum update mratwork-* -y

# yum install kloxomr7 -y

and last command
# sh /script/upcp

Now you can acces kloxo-mr with web browser  on

https://1ip-address:7777 – secure ssl connection, or..
http://1ip-address:7778 – normal one.