Friday 2 January 2015

INSTAL KLOXO MR VS Webuzo

Saya ada tutorial tentang instalasi kloxo mr, monggo silahkan dicoba,,tp terus terang,setelah ngobrol sama mas Sulaeman, ini panel agak ribet settingannya,hahaha,,perlu waktu sehari untuk di fix kan sama mas Sulaeman biar bisa konek domain freenom,ane blm sempat pegang lagi,,wkwkkw

Langsung saja
INSTAL KLOXO MR YANG PENTING-PENTING SAJA STEP BY STEP
================================================
Yang di pakai STEP 1
=========================================

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 /

===============================================
INSTAL KLOXO STEP 2
===============================================
   
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 to /
    cd /tmp

    # get repo file -- no need for 6.5.0.c and after
    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
    #rpm -ivh https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
 
    # move to /
    cd /

    # update
    yum update mratwork-* -y

    # additional step for update from Kloxo official
    mv -f /etc/yum.repos.d/lxcenter.repo /etc/yum.repos.d/lxcenter.nonrepo

    # to make sure uss latest version of OS
    yum clean all
    yum update -y
    sh /script/convert-to-qmailtoaster
    
    # install
    yum install kloxomr -y
    sh /script/upcp -y

    # better reboot
    reboot
    
==========================================
UPDATE MySQL STEP 3
==========================================
    
2. Since 6.5.0.f-20130701, Kloxo-MR using MySQLi API instead MySQL API. Need update mysql 5.0.x to 5.1.x or above for Centos 5.

    - Check mysql version with:

        mysql -V|awk '{print $5}'

    - Update with 'yum replace mysql --replace-with=mysql55' (ask to forum for update to MariaDB)

==========================================
UPDATE PHPMYADMIN (Apabila muncul pesan eror ketika di jalankan PHPMYAdminnya)
==========================================

Downgrade your phpmyadmin with until version 4.0.10 because 6.5.0.f running in php 5.2.

# yum downgrade kloxomr-thirdparty-phpmyadmin -y



=============================================
INSTAL WP

 http://www.ari-f.com/mumet-ndase/install-wordpress-dg-shell-access-ssh
  
  
  
  PERINTAH PENTING
  sh /script/fix-chownchmod
  untuk gangguan permission
  
 restart kloxo
  service kloxo restart
  
 
 hapus semua folder dan isinya
 rm folder -r -f

 
 
 1. cek cpu load,

    uptime

atau

    top

2. cek memory

    free -m

3. liat proses yg jalan

    ps aux
 
 
 INSTALL IONCUBE
 
 yum list php53u-ioncube* 
 
 yum install php53u-ioncube*

No comments:

Post a Comment