Difference between revisions of "Update MOR GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
m
Line 1: Line 1:
= MOR 0.7 upgrade =
=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 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:
To upgrade '''[[MOR PRO v0.7 documentation | MOR 0.7]]''' GUI run such commands over SSH as root:
Line 11: Line 19:
<br>
<br>


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


To upgrade '''[[MOR v0.8 documentation | MOR 8]]''' GUI run such commands over SSH as root:
To upgrade '''[[MOR v0.8 documentation | MOR 8]]''' GUI run such commands over SSH as root:
Line 23: Line 31:
<br>
<br>


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


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:

Revision as of 10:53, 16 August 2010

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 upgrade the GUI?

MOR 0.7 upgrade

To upgrade 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




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/trunk/fix_trunk.sh