Difference between revisions of "Update MOR GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
=What is MOR GUI Upgrade?=
=What is MOR GUI Update?=
MOR GUI upgrade is a procedure to update your graphical user interface (GUI) to the newest version.
MOR GUI update is a procedure to update your graphical user interface (GUI) to the newest version.
=Why should I upgrade my GUI?=
=Why should I update my GUI?=
Some features are being implemented after official version release, so if you find, that you lack some feature documented in wiki - you should upgrade your GUI to receive that feature.
Some features are being implemented after official version release, so if you find, that you lack some feature documented in wiki - you should update your GUI to receive that feature.


Please check for important changes [[Important_changes | here]]. It could be that you will need some changes on configuration after update.
Please check for important changes [[Important_changes | here]]. It could be that you will need some changes on configuration after update.


'''P.S. Use the procedure that matches your version, otherwise it might break your system. To upgrade to a newer version - please contact the Kolmisoft team'''
'''P.S. Use the procedure that matches your version, otherwise it might break your system. To update to a newer version - please contact the Kolmisoft team'''


=How to determine what GUI version I have?=
=How to determine what GUI version I have?=
Line 28: Line 28:
In this example we have MOR with version 9 core. So to update GUI you should follow the GUI update guide for version 9
In this example we have MOR with version 9 core. So to update GUI you should follow the GUI update guide for version 9
<br><br>
<br><br>
=How to upgrade the GUI?=
=How to update the GUI?=


<br>
<br>
Line 34: Line 34:
<br>
<br>


== MOR 8 upgrade ==
== MOR 8 update ==


To upgrade '''[[MOR 8 documentation | MOR 8]]''' GUI run such commands over SSH as root:
To update '''[[MOR 8 documentation | MOR 8]]''' GUI run such commands over SSH as root:


  rm -fr /usr/src/mor
  rm -fr /usr/src/mor
Line 46: Line 46:
<br>
<br>


== MOR 9 upgrade ==
== MOR 9 update ==


To upgrade '''[[MOR 9 documentation | MOR 9]]''' GUI run such commands over SSH as root:
To upgrade '''[[MOR 9 documentation | MOR 9]]''' GUI run such commands over SSH as root:
Line 58: Line 58:
<br>
<br>


== MOR 10 upgrade ==
== MOR 10 update ==


To upgrade '''[[MOR 10 documentation | MOR 10]]''' GUI run such commands over SSH as root:
To update '''[[MOR 10 documentation | MOR 10]]''' GUI run such commands over SSH as root:


  rm -fr /usr/src/mor
  rm -fr /usr/src/mor
Line 66: Line 66:
  /usr/src/mor/upgrade/10/fix.sh
  /usr/src/mor/upgrade/10/fix.sh


== MOR 11 upgrade ==
== MOR 11 update ==


To upgrade '''[[MOR_11 | MOR 11]]''' GUI run such commands over SSH as root:
To update '''[[MOR_11 | MOR 11]]''' GUI run such commands over SSH as root:


  rm -fr /usr/src/mor
  rm -fr /usr/src/mor
Line 74: Line 74:
  /usr/src/mor/upgrade/11/fix.sh
  /usr/src/mor/upgrade/11/fix.sh


== MOR 12 upgrade ==
== MOR 12 update ==


To upgrade '''[[MOR_12 | MOR 12]]''' GUI run such commands over SSH as root:
To update '''[[MOR_12 | MOR 12]]''' GUI run such commands over SSH as root:


  rm -fr /usr/src/mor
  rm -fr /usr/src/mor
Line 82: Line 82:
  /usr/src/mor/upgrade/12.126/fix.sh
  /usr/src/mor/upgrade/12.126/fix.sh


== MOR X3 upgrade ==
== MOR X3 update ==


To upgrade '''[[MOR_X3 | MOR X3]]''' GUI run such commands over SSH as root:
To update '''[[MOR_X3 | MOR X3]]''' GUI run such commands over SSH as root:


  rm -fr /usr/src/mor
  rm -fr /usr/src/mor
Line 90: Line 90:
  /usr/src/mor/upgrade/12/fix.sh
  /usr/src/mor/upgrade/12/fix.sh


== MOR X4 upgrade ==
== MOR X4 update ==


To upgrade '''[[MOR_X4 | MOR X4]]''' GUI run such commands over SSH as root:
To update '''[[MOR_X4 | MOR X4]]''' GUI run such commands over SSH as root:


  rm -fr /usr/src/mor
  rm -fr /usr/src/mor

Revision as of 16:02, 13 February 2014

What is MOR GUI Update?

MOR GUI update is a procedure to update your graphical user interface (GUI) to the newest version.

Why should I update my GUI?

Some features are being implemented after official version release, so if you find, that you lack some feature documented in wiki - you should update your GUI to receive that feature.

Please check for important changes here. It could be that you will need some changes on configuration after update.

P.S. Use the procedure that matches your version, otherwise it might break your system. To update to a newer version - please contact the Kolmisoft team

How to determine what GUI version I have?

Please run this command to determine your current MOR GUI version:

svn info /home/mor | grep URL | awk -F"/" '{print $NF}'

You will get a similar output:

[root@localhost ~]# svn info /home/mor | grep URL | awk -F"/" '{print $NF}'
9



What else should I know?

MOR GUI and MOR core versions must match. Always update your GUI according to core version. MOR core version can be determined by running this command:

asterisk -rx "mor show status" | grep Version

You will get a similar output:

[root@localhost ~]# asterisk -rx "mor show status" | grep Version
Version: 9.1.22

In this example we have MOR with version 9 core. So to update GUI you should follow the GUI update guide for version 9

How to update the GUI?




MOR 8 update

To update MOR 8 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/0.8/hard_fix.sh




MOR 9 update

To upgrade MOR 9 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/9/fix.sh




MOR 10 update

To update MOR 10 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/10/fix.sh

MOR 11 update

To update MOR 11 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/11/fix.sh

MOR 12 update

To update MOR 12 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/12.126/fix.sh

MOR X3 update

To update MOR X3 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/12/fix.sh

MOR X4 update

To update MOR X4 GUI run such commands over SSH as root:

rm -fr /usr/src/mor
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/upgrade/x4/fix.sh