Thursday, November 28, 2013

How to install kloxo on centos vps using ssh Putty
in this Tutorials We learn you How to install kloxo on centos vps using ssh Putty.
as many of you who are new not know ho to do this
so here is a easy tutorial for you
first of all if You have not installed putty already then download putty from this page
after install run putty app on run computer

* login to your server via Putty (generally with root as username and password which you have set in VPS Panel/provided by hosting guys)


after welcome message appears,

type
Code:
setenforce 0 -

This disables SeLinux to prevent problems

and now copy and paste this code
Code:
wget  http://download.lxlabs.com/download/kloxo/production/kloxo-installer.sh

once download is finished,
Run this Code
Code:
sh ./kloxo-installer-master.sh

if it asks to mention type then
copy and paste this code
Code:
sh ./kloxo-installer-master.sh --type=master

This will take some time now, after it's completed the below message will appear:
Congratuations. Kloxo has been installed succesfully on your server as master

You can connect to the server at https://your-ip-address-here:7777 or http://your-ip-address-here:7778
Default Login Details are
Username : admin
Password : admin

after login please change your pasword for security reason

0 comments:

Post a Comment