آموزش نصب kloxo در Centos 6
As we all know that development in Kloxo control panel is almost stoped from LXCENTER. but thanks to Mustapha who is developing Kloxo under the new name KLOXO-MR.
so now you can install kloxo on centos 6 along with all the new version of php – apache …… even there are lof of new modification and feature. fo the full list you can visit: http://forum.mratwork.com/
now for the installation of the new version just follow the below steps after choosing which version you want to install. the developer version or the final stable release :
in shh copy and past the below command
A. For Dev:
A.1. pre-install — better for fresh install
cd /
# update centos to latest version
yum update -y
# install some packages like package-cleanup, etc
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet -y
setenforce 0
echo ‘SELINUX=disabled’ > /etc/selinux/config
cd /
A.2. Install/reinstall/upgrade — data not destroyed with this fork -
for existing kloxo (6.1.x), run ‘sh /script/update’ first.
# delete if exist, create kloxo temp dir
rm -rf /tmp/kloxo; mkdir /tmp/kloxo ; cd /tmp/kloxo;
rm -f ./kloxo-mr-dev.sh
# get kloxo-mr-dev installer from github
wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/install/kloxo-mr-dev.sh –no-check-certificate
# install kloxo
sh ./kloxo-mr-dev.sh
# better reboot
reboot
B. For Final Release:
# move repo dir
cd /etc/yum.repos.d/
# get repo file — no need for 6.5.0.c and after
wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo –no-check-certificate
# move to /
cd /
# install (and then run ‘setup.sh’ instead ‘installer.sh’)
yum install kloxomr
# better reboot
reboot
تاریخ ارسال: 2013-07-06
تعداد بازدید: 6074
نویسنده: admin