MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Development => Topic started by: MRatWork on 2014-02-01, 11:42:19

Title: [FIX] [INFO] Fresh install Problem of Kloxo-MR
Post by: MRatWork on 2014-02-01, 11:42:19
There are something problem for fresh install of Kloxo-MR in timestamp 2013013001. When install Kloxo-MR, kloxo database or php52s (symlink to lxphp) may not create and install. It's related to mysql. FIXED IN 2014020201

At this moment, until fix this bug release, install in Centos 5 not work.

Install in Centos 6 work if follow this steps:

Code: [Select]
    yum clean all
    yum update

    cd /tmp
    wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
    rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
    yum update mratwork-release -y

    # use mariadb instead mysql
    sed -i 's|exclude\=openssh\* perl\* mariadb\*|exclude\=openssh\* perl\*|g' /etc/yum.repos.d/mratwork.repo

    yum clean all

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