...
Code Block cd $HOME/config-staging
- Delete any old tag directories
Code Block svn export https://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/intg-sakai-2-4-x-HEAD-test-ABC
Code Block cp intg-sakai-2-4-x-HEAD-test-prod-ABC/sakai.properties .
Deployment
- Stop all nodes in the cluster by ~/bin/stop.sh and make sure all tomcat processes are dead (eg ps -ef | grep java| grep sakai)
...