Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-28, 21:33:18

Author Topic: issues during intallation of KloxoMR  (Read 6725 times)

0 Members and 1 Guest are viewing this topic.

Offline baijianpeng

  • Junior Member
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
issues during intallation of KloxoMR
« on: 2014-05-08, 13:40:42 »
Today I tried several times to install KloxoMR on my newly bought VPS which uses centOS 6.5 64bit as the OS.

Finally, I followed exactly every step on KloxoMR github wiki:

https://github.com/mustafaramadhan/kloxo/blob/release/how-to-install.txt

I entered following commands one after one:

Code: [Select]
# cd /
# yum update -y
# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
# yum install telnet wget -y
# setenforce 0
# echo 'SELINUX=disabled' > /etc/selinux/config
# cd /tmp
# wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
# rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
# rpm -ivh https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
# cd /
# yum update mratwork-* -y
# mv -f /etc/yum.repos.d/lxcenter.repo /etc/yum.repos.d/lxcenter.nonrepo
# yum clean all
# yum update -y
# sh /script/convert-to-qmailtoaster
# yum install kloxomr -y
# sh /script/upcp -y
# sh /script/restart-all
# reboot

Well, though finally KloxoMR installed and I can see the login form when visiting IP:7778 , I still have something very confused:

Q1. which source should I use? In the wiki, it is:

Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
but on this forum announcement : http://forum.mratwork.com/non-technical-discussions/(howto)-kloxo-mr-installing/, it is:

Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo
Which one is correct?

Q2. After installation, I login in KloxoMR panel and clicked on the phpmyadmin button, but the page only show me one messaage:

Quote
PHP 5.3+ is required

However, I checked system info by this command and got following information:

Code: [Select]
# sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2014042802

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php53u-5.3.28-2.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64
   7. Dns: bind-9.9.5-1.el6.x86_64

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           994        411        582          0         10        190
   -/+ buffers/cache:        211        783
   Swap:            0          0          0

It seems that php 5.3 had already been installed. Why phpmyadmin can not be open and still ask for php 5.3 ?


Q3. According to above sysinfo, Lighttpd and NginX were not installed. Why? How can I install them after KloxoMR installation is finished? (sorry I am Windows user and no nothing about centOS, just follow your instructions to install them).

Thank you in advance.


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: issues during intallation of KloxoMR
« Reply #1 on: 2014-05-08, 14:47:44 »
Go around to Kloxo-MR and then you will be see where you can change web/dns/php-branch/php-type.

Kloxo-MR 6.5.0.f still using 'special' php 5.2 (call as php52s) where different to 'regular' php (using by website). You need downgrade your phpmyadmin with 'yum downgrade kloxomr-thirdparty-phpmyadmin' until you see version 4.0.10-1.

In 6.5.1.b, Kloxo-MR already using php53s/php54s.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline baijianpeng

  • Junior Member
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: issues during intallation of KloxoMR
« Reply #2 on: 2014-05-08, 15:38:26 »
Thank you MRatWork, you replied so fast. I did not expect such a good support from Admin.

Well, I would like to upgrade KloxoMR to use php53 since my website will be built with Joomla 3.3, which requires PHP 5.3.10+ .

I will study that wiki page again to upgrade my KloxoMR.

Thank you!

Offline baijianpeng

  • Junior Member
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: issues during intallation of KloxoMR
« Reply #3 on: 2014-05-08, 15:47:45 »
OK, I did this:

Code: [Select]
yum replace php52s --replace-with=php53u

then:

Code: [Select]
sh /script/restart-all
then I check:

Code: [Select]
# php -v
PHP 5.3.28 (cli) (built: Mar  5 2014 17:33:49)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies

Well, now I have PHP 5.3.28 installed. Great!

But, when I tried to access phpMyadmin again, I got this message:

Quote
Kloxo-MR: error 503 found!

Could you please give more help?

Thank you.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: issues during intallation of KloxoMR
« Reply #4 on: 2014-05-08, 16:00:13 »
As I said php52s was 'special' php 5.2 for access to panel, don't replace php52s to others.

Next time, don't replace all phpXYs (php52s, php53s and php54s). Run 'yum replace' for php-branch only.

To know php that using by panel, run 'lxphp.exe -v'. For 'reguler' php, run 'php -v'.

If you want using phpmyadmin for php 5.3+ in panel, you must update your Kloxo-MR 6.5.0.f to 6.5.1.b.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline baijianpeng

  • Junior Member
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: issues during intallation of KloxoMR
« Reply #5 on: 2014-05-08, 23:31:36 »
You need downgrade your phpmyadmin with 'yum downgrade kloxomr-thirdparty-phpmyadmin' until you see version 4.0.10-1.

You used the word "until", do you mean that each time I perform this downgrade command, that phpMyAdmin version will be downgraded one level? How many ? 0.1 or 0.0.1 ?

Can I just specify the version number 4.0.10-1 in this command to downgrade to that version with just one command performed?

Thanks.

Offline baijianpeng

  • Junior Member
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: issues during intallation of KloxoMR
« Reply #6 on: 2014-05-08, 23:51:01 »
Is is possible to just install Kloxo-MR with one single command ? Just like the batch command in DOS ( kloxo-mr-install.bat ), which will run following commands one after one:

Code: [Select]
cd /
yum update -y
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet -y
setenforce 0
echo 'SELINUX=disabled' > /etc/selinux/config
cd /etc/yum.repos.d/
wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo --no-check-certificate
cd /
yum install kloxomr
reboot

Of course , there will be some pause and prompt when need the user to choose options like:

Quote
Which version do you want to install? 
[1] Kloxo-MR 6.5.0.f (stable version)
[2] The latest Dev version (warning! for test only, not for production server)


and :

Quote
Congratulations! Kloxo-MR had been installed successfully.
Now your server will be restarted (reboot), press any key to continue ...

I think such a installer script will make it very easier for newbie users like me.

Thanks.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: issues during intallation of KloxoMR
« Reply #7 on: 2014-05-09, 03:41:57 »
Kloxo-MR using rpm.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.039 seconds with 19 queries.

web stats analysis