Domain, hosting, vps giá rẻ
Kết quả 1 đến 1 của 1

Chủ đề: Hướng dẫn cài đặt Kloxo MR cho VPS Linux - How To Install Kloxo MR on VPS

  1. #1
    nghiatichxanh1992's Avatar
    Bài viết
    5,037
    Cấp độ
    Bang hội
    Tiếu Ngạo
    Tu luyện
    Độ kiếp Hư Thần
    Giới tính
    Con trai
    Join Date
    Jun 2012
    Đến từ
    Hà Giang
    Tuổi
    31
    Danh vọng
    10
    Điện thoại
    0367790762

    Hướng dẫn cài đặt Kloxo MR cho VPS Linux - How To Install Kloxo MR on VPS

    Kloxo has become almost a dead project by now. There are so many bugs present in kloxo and no one seems to address the issues. Its sad to let go of a great control panel which was there to rescue when you needed a free control panel in the past. I used to recommend kloxo to anyone because of its simplicity and ease of use. But not anymore,

    Kloxo-MR is a fork of original LXCenter’s kloxo project and its developed by Mustafa Ramadan, hence the “MR”. Kloxo MR not only fixes the bugs of Kloxo but it has many additional features like the ability to switch to Nginx server. Its nice to see kloxo getting some fixes and going forward. Here are the specs taken from their web site:

    • Supported OS’s : Redhat/CentOS 5 and 6 (32bit and 64bit) or their variants
    • Billing: AWBS, WHMCS, HostBill, TheHostingTool and AccountLab Plus
    • Web server: Nginx, Nginx-Proxy and Lighttpd-proxy; beside Httpd and Lighttpd (in progress: Varnish, Hiawata, ATS and Httpd 2.4)
    • Php: Dual-php with php 5.3/5.4 as primary and php 5.2 as secondary (in progress: multiple-php)
    • PHP-type for Apache: php-fpm_worker/_event and fcgid_worker/_event; beside mod_php/_ruid2/_itk and suphp/_worker/_event
    • Mail server: qmail-toaster instead special qmail (in progress: change from courier-imap to dovecot as imap/pop3)
    • Database: MySQL or MariaDB
    • Webmail: Afterlogic Webmail Lite, T-Dah and Squirrelmail; beside Roundcube and Horde
    • FTP server: Pure-ftpd
    • DNS Server: Bind, Djbdns and Powerdns (in progress)
    • Addons: ClamAV, Spamassassin/Bogofilter/Spamdyke and RKHunter
    • Fixed many bugs of Kloxo Official (including security issues)
    • And many more!

    Here’s how to install Kloxo-MR, Deploy Centos 5,6 32bit or 64bit version on your server and follow these steps,

    A. pre-install -- better for fresh install

    Mã:
    cd /
    # update centos to latest version
    Mã:
    yum update -y


    # install some packages like package-cleanup, etc
    Mã:
    yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y


    Mã:
    yum install telnet wget -y


    Mã:
    setenforce 0
    echo 'SELINUX=disabled' > /etc/selinux/config


    Mã:
    cd /
    B. Install Kloxo-MR (select B.1 or B.2)

    B.1 For Dev (alpha, beta, candidate) Release:

    B.1.1. via non-RPM (not recommended for dev)
    - 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/k...loxo-mr-dev.sh --no-check-certificate

    # install kloxo
    sh ./kloxo-mr-dev.sh

    # better reboot
    reboot

    B.1.2. via RPM (recommended for dev)

    # get repo file -- no need for 6.5.0.c and after
    wget https://github.com/mustafaramadhan/k.../kloxo-mr.repo --no-check-certificate

    # move to /
    cd /

    # edit /etc/yum.repos.d/kloxo-mr.repo

    from:
    [kloxo-mr-testing-neutral-noarch]
    name=Kloxo-MR - testing-neutral-noarch
    baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/neutral/noarch/
    #mirrorlist=http://rpms.potissima.com/repo/mirrors/mratwork-testing-neutral-noarch-mirrors.txt
    enabled=0
    gpgcheck=0
    to:
    [kloxo-mr-testing-neutral-noarch]
    name=Kloxo-MR - testing-neutral-noarch
    baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/neutral/noarch/
    #mirrorlist=http://rpms.potissima.com/repo/mirrors/mratwork-testing-neutral-noarch-mirrors.txt
    enabled=1
    gpgcheck=0
    includepkgs=kloxomr

    yum clean all
    yum install kloxomr

    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
    Mã:
    cd /etc/yum.repos.d/
    # get repo file -- no need for 6.5.0.c and after
    Mã:
    rm -rf kloxo-mr.repo
    wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo --no-check-certificate
    # move to /
    Mã:
    cd /
    # need update mysql because need mysql/mariadb version 5.1++
    Mã:
    yum clean all
    yum install yum-plugin-replace -y
    yum replace mysql --replace-with=mysql55 -y
    chkconfig mysqld on
    # install (and then run 'sh /script/upcp')
    Mã:
    yum install kloxomr -y
    sh /script/upcp
    Mã:
    sh /script/restart-all
    chkconfig mysqld on
    chkconfig httpd on
    # better reboot
    Mã:
    reboot


    WARNING:

    1. Need running 'sh /script/backup-patch' in Kloxo Official (6.1.12) before backup data.

    - In Kloxo offical run:

    cd /script
    wget https://github.com/mustafaramadhan/k...t/backup-patch
    sh ./backup-patch

    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)

    View more: https://github.com/mustafaramadhan/k...to-install.txt
    Lần sửa cuối bởi nghiatichxanh1992, ngày 01/11/2016 lúc 16:26.
    Diễn đàn chia sẻ kiến thức điện thoại: http://chiase123.com
    Click vào Hiện ra để xem chữ ký của mình

Thông tin về chủ đề này

Users Browsing this Thread

Có 1 người đang xem chủ đề. (0 thành viên và 1 khách)

Các Chủ đề tương tự

  1. [Linux] HZTUT Centos - Cài Remote Destop VPS Linux Centos với 1 lệnh duy nhất
    Bởi nghiatichxanh1992 trong diễn đàn VPS - Server
    Trả lời: 0
    Bài viết cuối: 28/05/2014, 0:19
  2. [Kloxo] Sửa lỗi add domain trong host kloxo
    Bởi nghiatichxanh1992 trong diễn đàn VPS - Server
    Trả lời: 0
    Bài viết cuối: 11/03/2014, 15:03
  3. Trả lời: 1
    Bài viết cuối: 01/10/2013, 21:39
  4. Trả lời: 0
    Bài viết cuối: 04/08/2013, 17:52
  5. [Linux] Reset iptables firewall rules - Reset iptables cho vps linux
    Bởi nghiatichxanh1992 trong diễn đàn VPS - Server
    Trả lời: 0
    Bài viết cuối: 22/02/2013, 12:38
  6. [Linux Centos] Tối ưu server : Anti DDos cho Linux Webserver
    Bởi nghiatichxanh1992 trong diễn đàn VPS - Server
    Trả lời: 3
    Bài viết cuối: 17/02/2013, 11:23
  7. Trả lời: 0
    Bài viết cuối: 01/10/2012, 20:15
  8. [VPS Linux] Hướng dẫn cài cPanel 11 & WHM trên VPS Linux
    Bởi nghiatichxanh1992 trong diễn đàn PHP & MySQL
    Trả lời: 0
    Bài viết cuối: 01/10/2012, 20:13
  9. [VPS linux] Hướng dẫn cài cpanel Kloxo trên VPS linux Centos
    Bởi nghiatichxanh1992 trong diễn đàn PHP & MySQL
    Trả lời: 0
    Bài viết cuối: 01/10/2012, 20:07
  10. [VPS linux] Hướng dẫn cài cpanel Direct Admin trên VPS linux Centos
    Bởi nghiatichxanh1992 trong diễn đàn PHP & MySQL
    Trả lời: 0
    Bài viết cuối: 01/10/2012, 20:04

Tag của Chủ đề này

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •