hello.
i try fresh install to my server and run this command
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
but thats not work properly, and always error install.sh / installer.php
but when i try
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
thats work like charm, i dont know where is problem
