...
Code Block ~/config-staging/tomcatclean.sh
Code Block cd ~/src
Code Block svn co https://mware.ucdavis.edu/svn/ucd-sakai/sakai/tags/sakai_2-5-x-prod-XYZ
Code Block cd sakai_2-5-x-prod-XYZ
- Uncomment SAK-1607 line in patches/patch-list.txt
Code Block patches/scripts/apply-patches.pl
Code Block mvn clean install sakai:deploy -P with-jsmath
- Next step is to deploy the sakai.properties tag in the staging area
Code Block cd $HOME/config-staging
Code Block svn export https://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/sakai-properties-2-5-x-prod-XYZ/sakai.properties sakai.properties.XYZ
Code Block diff sakai.properties.XYZ sakai.properties
- Hand merge to sakai.properties any of the above differences that are not URL related. If there is a URL difference, the URL should remain smartsite-ng, but anything else in there should change.
- Make sure smtp.rewrite.outbound=true and smtp.rewrite.address=smartsiteng@gmail.com are present in the sakai.properties file.