Difference between revisions of "MOR install script"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
== Checkout ==
[[Image:warning.png|50px]] <b><big>This script works ONLY on Centos 5.x!</big></b>
 
<br><br>
= Checkout =


To install subversion, do:
To install subversion, do:


   yum install subversion
   yum install subversion
or
  apt-get install subversion


Script can be obtained by SVN issuing such command:
Script can be obtained by SVN issuing such command:


  svn co http://193.138.191.205/svn/mor/install_script/trunk/ /usr/src/mor
  svn co http://193.138.191.205/svn/mor/install_script/trunk/ /usr/src/mor


Make sure subversion is installed.
Make sure subversion is installed.


== Installation ==
<br><br>
= Installation =


Run script:
Run script:
Line 22: Line 21:
  /usr/src/mor/install.sh
  /usr/src/mor/install.sh


 
<br><br>
= Activation =
= Activation =


After this install MOR will not be active. Kolmisoft staff will need to login to the server to activate MOR.
After this install MOR will not be active. Kolmisoft staff will need to login to the server to activate MOR.

Revision as of 13:31, 13 January 2010

Warning.png This script works ONLY on Centos 5.x!



Checkout

To install subversion, do:

  yum install subversion

Script can be obtained by SVN issuing such command:

svn co http://193.138.191.205/svn/mor/install_script/trunk/ /usr/src/mor

Make sure subversion is installed.



Installation

Run script:

/usr/src/mor/install.sh



Activation

After this install MOR will not be active. Kolmisoft staff will need to login to the server to activate MOR.