HomeCurrent UR
|
This page is no longer being maintained.
The new URL for this content is
http://webwork.maa.org/wiki/Release_notes_for_WeBWorK_2.0-pr1
WeBWorK 2.0 PR1 Release Notes
Warning! These notes are incomplete. More information and download site at: http://webwork3.math.rochester.edu/
Introduction
WeBWorK 2.0 PR1 is a preview release intended for testing, development, and evaluation of the new system. While it is being used at the University of Rochester in a live course, this is not recommended.
As of PR1, the system implements the following WeBWorK components:
The following components are not yet implemented:
Requirements
Installation
The webwork-2.0pr1.tar.gz archive can be unpacked anywhere. Here at rochester, we keep it in /webwork/webwork-2.0pr1, but some other good places include /opt/webwork and /usr/local/webwork.
After unpacking, make sure that the permissions on the package are correct. In general, all files and directories must be readable by the web server. The logs directory must be writeable by the web server.
Apache needs to be told about WeBWorK in two places. First, by adding Apache::WeBWorK as a handler for some location:
<IfModule mod_perl.c> PerlFreshRestart On <Location /webwork>
Second, by adding an alias to the htdocs directory:
The alias you set here is referenced in WeBWorK's global.conf file.
Copy the conf/global.conf.dist file to conf/global.conf and edit it contents as you see fit. Some tips:
Create a new course in WeBWorK 1.8, or make a copy of an existing course. Make sure it functions properly under WeBWorK 1.8. Add some users and build some problem sets. Then, visit the URL http://yoursystem.univ.edu/webwork/course_name. You should see a login page for the course. Log in and play around.
Be aware that while WeBWorK 2.0 PR1 appears to be stable, it has not been extensivly tested. As with all beta software, it has the potential to do nasty things with any data it can get its hands on. It's unlikely that it will, but we recommend that you not log into a course you care about using 2.0 PR1.
Help
If you need help installing or using WeBWorK 2.0, visit the WeBWorK discussion group and post your question there. The developers monitor this forum.
Bug Reports & Feature Requests
Send bug reports and feature requests to webwork-dev (at) math.rochester.edu. We can't fix bugs and add features if you don't tell us about them!
Patches
In general, don't submit patches against PR1. Instead, check out the latest development version from CVS and patch against that. Consult the CVS page for more information.
|
||
Last update: Saturday, March 1, 2008 at 3:20:42 AM.
This site maintained using Manila and Frontier software. |
|||