Difference between revisions of "Update MOR GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 7: Line 7:


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

Revision as of 13:00, 30 March 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 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