Difference between revisions of "Update MOR GUI"
m |
|||
Line 10: | Line 10: | ||
<br><br> | <br><br> | ||
svn info /home/mor | grep URL | awk -F"/" '{print $NF}' | 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 | |||
<br><br> | <br><br> | ||
=What else should I know?= | =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: | 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: |
Revision as of 05:48, 4 July 2011
What is MOR GUI Upgrade?
MOR GUI upgrade is a procedure to update your graphical user interface (GUI) to the newest version.
Why should I upgrade 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.
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
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 upgrade the GUI?
MOR 8 upgrade
To upgrade 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 upgrade
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 upgrade
To upgrade 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