السلام عليكم ورحمة الله وبركاته

بعد بحث طويل وجدت بأحد المقالات شرح كيفية تثبيت setup الكلوكسو باصدارها رقم 6.5 على السينتوس 6 بكل بساطة وهذي هي طريقة التثبيت setup ...



A. 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 wget -y

setenforce 0
echo 'SELINUX=disabled' > /etc/selinux/config

cd /

B. Install Kloxo-MR (select B.1 or B.2)

B.1 For Dev (alpha, beta, candidate) Release:
- 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/k...tall/kloxo-mr-... --no-check-certificate




# install kloxo
sh ./kloxo-mr-dev.sh

# better reboot
reboot

B.2. For Final Release:
- Install/reinstall/upgrade -- data not destroyed with this fork
for existing kloxo (6.1.x), run 'sh /script/update' first.

# 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/k.../kloxo-mr.repo --no-check-certificate

# move to /
cd /

# install (and then run 'setup.sh' instead 'installer.sh')
yum install kloxomr -y

# better reboot
reboot



الموضوع منقول من احد المنتديات الاجنبية ولقد قمت بتجربة الموضوع مسبقا قبل نقله وتم الامر بنجاح كامل ولله الحمد







©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©