then ssh to you vps and install Kloxo
first do this
Code:
yum update
Important Post Installation Step
Make sure that you open the ports 7778 and 7777 in the firewall. Otherwise you won't be able to connect to kloxo.
You have to disable selinux by editing /etc/sysconfig/selinux and changing the line to selinux=disabled and then running
# $ setenforce 0
Kloxo installation consists of downloading either the kloxo-install-master.sh or kloxo-install-slave.sh from download.lxlabs.com and executing them as root. They will download all the required files and do the complete installation on their own.
Commands
Code:
wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
then
Code:
sh ./kloxo-install-master.sh
the above will install kloxo on a clean centos5 vps
You may presented with a question/menu from yum/up2date, on which you can press <Enter>
0 comments:
Post a Comment