Before the instalation of kloxo the SELinux should be disabled.
Disable SELinux by editing /etc/sysconfig/selinux.
> edit the line to selinux=disabled.
This will make SELinux enabled on your server next boot.
Disable SELinux for the current session:
# su – root
#setenforce 0
====
Kloxo installation:
if you don’t have MySQL server already installed,then run :
# su – root
# yum install -y wget
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-install- master.sh
# sh ./kloxo-install-master.sh
If you already have MySQL installed and set a root password then run the following command:
# su – root
# yum install -y wget
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-install-master.sh
# sh ./kloxo-install-master.sh –db-rootpassword=PASSWORD
===
Once kloxo installed login using url:
https://ip_address:7777
http://ip_address:7778
> Login as admin with password admin.
Leave A Comment
You must be logged in to post a comment.