Difference between revisions of "Update MOR GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
m
 
(29 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=What is MOR GUI Upgrade?=
If system update is needed, please create ticket on [https://support.kolmisoft.com support site] and we will schedule update.
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 upgrade the GUI?=
== MOR 0.7 upgrade ==
 
To upgrade '''[[MOR PRO v0.7 documentation | MOR 0.7]]''' 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.7/fix_0.7.sh
 
<br>
----
<br>
 
== MOR 8 upgrade ==
 
To upgrade '''[[MOR v0.8 documentation | 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
 
<br>
----
<br>
 
== MOR 9 upgrade ==
 
To upgrade '''[[MOR 9 documentation | 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/trunk/fix_trunk.sh

Latest revision as of 12:05, 28 December 2017

If system update is needed, please create ticket on support site and we will schedule update.