Difference between revisions of "MOR PRO upgrade"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 24: | Line 24: | ||
Their values depends on addons you have installed. | Their values depends on addons you have installed. | ||
===Apache restar=== | |||
/etc/init.d/apache2 restart | |||
or | |||
/etc/init.d/httpd restart | |||
==Scripts upgrade== | ==Scripts upgrade== | ||
==APP upgrade== | ==APP upgrade== |
Revision as of 17:04, 20 May 2008
DB upgrade
GUI upgrade
Upgrade from SVN
rm -r /tmp/mor svn co http://193.138.191.205/svn/mor/branches/0.6 /tmp/mor cp -f -r -v /tmp/mor /home/ rm -r /tmp/mor chmod 777 /home/mor/public/images/logo chmod 777 /home/mor/public/images/logo/* chmod 777 /home/mor/public/ad_sounds
Conf file upgrade
Make sure /home/mor/config/environment.rb has such values at the end:
* CC_Active * AD_Active * RS_Active * C2C_Active
Their values depends on addons you have installed.
Apache restar
/etc/init.d/apache2 restart
or
/etc/init.d/httpd restart