Information
This has been updated for 2-5-x
Once a test tag has been made /wiki/spaces/UCDSAKAI/pages/120456414, it should be deployed.
As of this writing, smartsite-test has the following nodes:
- sakaitest1 (headnode)
- sakaitest2
- sakaitestmail1
Setup of deployment
- Start the deployment by building the test tag as follows on the headnode:
~/config-staging/tomcatclean.sh
cd ~/src
svn co https://mware.ucdavis.edu/svn/ucd-sakai/sakai/tags/sakai_2-5-x-test-XYZ
cd sakai_2-5-x-test-XYZ
patches/scripts/apply-patches.pl apply
mvn clean install sakai:deploy -P with-jsmath
- Next step is to deploy the tag in the staging area
cd $HOME/config-staging
- Delete any old tag directories
svn export https://mware.ucdavis.edu/svn/ucd-sakai/sakai-properties/tags/sakai-2-5-x-test-XYZ/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)
- On each node do(starting with the head node):
cd $HOME
./setup-sakai-node.sh
cd $CATALINA_HOME/logs
~/bin/start.sh ; tail -f catalina.out
- Once sakai is fully up, test login and continue with the next node
- If we were in maintenance mode, then once all nodes are up, on each node exit out of the sakai user and run
sudo /ucd/local/sbin/set_status.sh normal
After Deployment
- Make sure all JIRAs associated with the tag have a fix rev of the tag, and that they are all in proper state.
- Update MOTD under Administration Workspace to include new tag