Difference between revisions of "MOR install script"

From Kolmisoft Wiki
Jump to navigationJump to search
(Replaced content with 'Goto: MOR Installation')
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Checkout ==
Goto: [[MOR Installation]]
 
To install subversion, do:
 
  yum install subversion
 
or
 
  apt-get 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
 
 
== Commit ==
 
If you have rights to make changes to install script - it can be committed back to SVN using command:
 
svn ci -m "some msg"
 
Make sure you are in mor install script folder. And make "some msg" informative - e.g. describe changes you made to the script.
 
 
= Activation =
 
After this install MOR will not be active. Kolmisoft staff will need to login to the server to activate MOR.

Latest revision as of 10:46, 27 March 2011