Quicky upgrade instructions:
# # to upgrade the pg code (MathObjects, and so forth) # cd /opt/webwork/pg cvs -q up -dP -rrel-2-4-dev # # to upgrade the national problem library (NPL) files (your directory name may vary) # cd /opt/webwork/libraries/database_problib cvs update # # update webwork # cd /opt/webwork/webwork2 cvs -q up -dP -rrel-2-4-dev # # update the NPL database # bin/NPL-update # # restart apache # apachectl graceful
See the full release notes or the installation manual for more detail.
(Edited by Michael Gage - original submission Saturday, 25 August 2007, 08:31 PM)