Welcome! Log In Create A New Profile

Advanced

how to install nginx into kloxo panel ?

Posted by onel0ve 
how to install nginx into kloxo panel ?
February 08, 2011 05:42AM
how to install nginx into kloxo panel ?
Re: how to install nginx into kloxo panel ?
February 08, 2011 01:17PM
anyone here who can help me
Re: how to install nginx into kloxo panel ?
September 24, 2012 09:33AM
It is Kloxo MR (fork version) include nginx and many other recent related software like php 54

step by step installation Kloxo MR from kloxo development official site (check it out)

in this date only support centos 5.x 32 bit and 64 bit, for centos 6 not yet

..............................................................
1. 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 -y

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


.......................................................................................................
2. Install/reinstall/upgrade -- data not destroyed with this fork
........................................................................................................

# delete if exist
rm -rf /tmp/kloxo

# create kloxo temp dir
mkdir /tmp/kloxo ; cd /tmp/kloxo

# get kloxo packer from github
wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo-install/kloxo-packer.sh --no-check-certificate

# get kloxo fork from github
sh kloxo-packer.sh --fork=mustafaramadhan --branch=dev

# install kloxo
sh kloxo-installer.sh --type=master

# better reboot
reboot
Re: how to install nginx into kloxo panel ?
September 24, 2012 09:41AM
at least someone reply after 1.5year .Anyways i know this technique . Thanks for your reply .
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 274
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready