INSTALL kloxo-centos6.4-64bit

By admin at 2017-09-29 • 0 collector • 1375 pageviews


    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 /



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/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


Requires Login

Loading...