![]() |
Install Kloxo MR v7.0.0 on CentOS 6 - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: Install Kloxo MR v7.0.0 on CentOS 6 (/Thread-Install-Kloxo-MR-v7-0-0-on-CentOS-6) |
Install Kloxo MR v7.0.0 on CentOS 6 - Sagnik - 10-29-2015 Kloxo MR is basically a nice Control Panel for those who don't want to manually configure their servers. It is easy to use and it is a fork of the original Kloxo which is known to have a lot of security holes. Things that you need: 1. A Virtual Private Server or a Dedicated Server running CentOS. 2. PuTTy 3. Root access to the server. Procedure: 1. Login to your server as root. 2. To make everything updated, run Code: yum update -y 3. Run these two commands to install some necessary modules: Code: yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y Code: yum install telnet wget -y 4. Disable SELinux. Before that check it with this command: Code: setenforce 0 Code: echo 'SELINUX=disabled' > /etc/selinux/config Currently two versions are available: v6.5.0 and v7.0.0 This tutorial is concerning v7.0.0 only. First we will change directory to /tmp Code: cd /tmp Code: rm -f mratwork* Code: wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate Code: rpm -ivh mratwork-release-0.0.1-1.noarch.rpm Code: cd / Code: yum clean all Code: yum update mratwork-* -y Code: yum install kloxomr7 -y Code: sh /script/upcp 9.After it is done, YOU ARE DONE. To check go to your-server-ip:7777 (SSL enabled) OR your-server-ip:7778 (SSL disabled) 10. If you visit the SSL enabled link, you may see a Privacy Error screen. It is perfectly normal and no need to worry as the connection is still secure and encrypted. KLOXO MR IS INSTALLED ON YOUR SERVER. Please rate my tutorial and rep+ if you like it and don't forget to comment. PS: Sorry...I could not add any images as I don't have any VPS right now. RE: Install Kloxo MR v7.0.0 on CentOS 6 - xdude - 10-29-2015 This tutorial has already posted here before. You make it really quality by showing the steps of how to configure the control panel like how to add DSN template and then how to configure PHP etc. This is the really messy part. Believe me I know this by experience. These commands can be found everywhere on net but it's really hard to find information about how to configure the control panel after installation. Looks like you know a lot about Kloxo-MR so plz add these things and make it a really good tutorial. RE: Install Kloxo MR v7.0.0 on CentOS 6 - Sagnik - 10-29-2015 (10-29-2015, 04:25 PM)xdude Wrote: This tutorial has already posted here before. You make it really quality by showing the steps of how to configure the control panel like how to add DSN template and then how to configure PHP etc. This is the really messy part. Believe me I know this by experience. I will be posting another one tutorial after I get a VPS as without it I can't post any screenshots and without screenshots the procedures will be difficult to understand. RE: Install Kloxo MR v7.0.0 on CentOS 6 - Dudi - 11-01-2015 (10-29-2015, 04:49 PM)Sagnik Sasmal Wrote:(10-29-2015, 04:25 PM)xdude Wrote: This tutorial has already posted here before. You make it really quality by showing the steps of how to configure the control panel like how to add DSN template and then how to configure PHP etc. This is the really messy part. Believe me I know this by experience. If you have to post so much screenshot then consider to use http://camstudio.org/. With this application you can record your desktop and then you can upload it to YouTube. Also if you have a microphone you can add audio commentary, or if you haven't then you can use your Android phone as a microphone. RE: Install Kloxo MR v7.0.0 on CentOS 6 - PaddiM8 - 12-08-2015 Very good and clear tutorial! Kloxo can be a little bit tricky sometimes, but you made it all so clear so I don't think many people will have problems. |