How to install kloxo in VPS (updated 2012)
Here is how to install kloxo in VPS, updated 2012 installations
You have to disable SELinux by editing /etc/sysconfig/selinux and changing the line to selinux=disabled. This will keep SELinux from being enabled on your server next boot.
Then you must run the following command as root to disable SELinux for the current session:
setenforce 0
If you are unsure this procedure worked, you can run /usr/sbin/sestatus to check its status. Failure to correctly disable SELinux will render your Kloxo install useless and an OS reload may be required to properly reinstall it.
Also, make sure the ports 7778/tcp and 7777/tcp are open in your server firewall or you won't be able to connect to Kloxo web panel when the install completes
Installing Kloxo
Kloxo installation consists of downloading kloxo-installer.sh from download.lxcenter.org and executing it as root.
The script will present you with a few questions and sometimes ask for a password (enter your root password).wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh
To install as Master (Default Single Server):sh ./kloxo-installer.sh --type=master
To install as Slave:sh ./kloxo-installer.sh --type=slave
Once kloxo is installed, you can connect to http://YOUR_SERVER_IP:7778 and you will be presented with a login screen.
Login as admin with password admin and once you are in, Kloxo will ask you to change the default password to a secure one.
