Parent Directory
|
Revision Log
This file contains information learned after the release of webwork-2.0pr1 that is necessary in order to get a webwork-2.0pr1 system up and running. --Dennis
1 The location of the documentation about what to add to your Apache config is 2 non-obvious. It is located in lib/Apache/WeBWorK.pm. 3 4 The Apache config documentation is missing the line 5 use lib '/opt/webwork/pglib'; 6 which should immediately follow the line 7 use lib '/opt/webwork/lib'; 8 9 Line 86 of the file lib/WeBWorK/ContentGenerator/ProblemSet.pm should read 10 my $effectiveUser = $cldb->getUser($r->param("effectiveUser"));
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |