Monday, March 3, 2014

How to install Kloxo on Centos 5

If you are using Firewall, ensure port 7778 and 7777 is open, just type:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 7778 -j ACCEPT

1. Disable SELinux

sudo setenforce 0

2. Download Kloxo

mkdir /home/kloxo
cd /home/kloxo
wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh

3. Install Kloxo

sh ./kloxo-installer.sh --type=master

4. Access the Kloxo

After installed the Kloxo, access the url Kloxo:
http://IP_address:7778 or
https://IP_address:7777

For default login use:
username: admin
password: admin

Next you can change the password.

No comments:

Post a Comment