MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: vinceent on 2013-03-23, 04:39:58

Title: Update Kloxo-MR 6.5.0.c.2013031708 to Final 6.5.0.f-20130318
Post by: vinceent on 2013-03-23, 04:39:58
Hello mustafa i try to update kloxo and i recived an error:
i execute this:
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/klox ... -mr-dev.sh (https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/install/kloxo-mr-dev.sh) --no-check-certificate

    # install kloxo
    sh ./kloxo-mr-dev.sh
    and after execute sh ./kloxo-mr-dev.sh  i recived this:
Installing as "root"         OK
SELinux disabled             OK
Yum installed                OK
./installer.sh: line 157: $1: ambiguous redirect
./installer.sh: line 158: $1: ambiguous redirect
./installer.sh: line 159: $1: ambiguous redirect
Could not open input file: installer.php
[root@srv kloxo]#

Tnx
Title: Re: Update Kloxo-MR 6.5.0.c.2013031708 to Final 6.5.0.f-2013
Post by: MRatWork on 2013-03-23, 04:42:19
Have you read latest 'how-to-install.txt'.
Title: Re: Update Kloxo-MR 6.5.0.c.2013031708 to Final 6.5.0.f-2013
Post by: vinceent on 2013-03-23, 05:06:43
Ups sorry man
i try wrong upgrade

now is ok , i execute this is ready:
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/klox ... xo-mr.repo (https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo) --no-check-certificate

    # move to /
    cd /

    # install
    yum install kloxomr

Tnx Sorry again