Difference between revisions of "MOR install script"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: == Checkout == Script can be obtained by SVN issuing such command: svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/src/mor Make sure subversion is installed. == ...) |
|||
Line 1: | Line 1: | ||
== Checkout == | == Checkout == | ||
To install subversion, do: | |||
yum install subversion | |||
Script can be obtained by SVN issuing such command: | Script can be obtained by SVN issuing such command: |
Revision as of 10:09, 17 November 2008
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/mor_install_script/trunk/ /usr/src/mor
Make sure subversion is installed.
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.