Forum archive 2000-2006

Sam Hathaway - WeBWorK 2.0 Preview Release 3 Available

Sam Hathaway - WeBWorK 2.0 Preview Release 3 Available

by Arnold Pizer -
Number of replies: 0
inactiveTopicWeBWorK 2.0 Preview Release 3 Available topic started 2/13/2004; 11:50:56 PM
last post 2/19/2004; 8:55:29 PM
userSam Hathaway - WeBWorK 2.0 Preview Release 3 Available  blueArrow
2/13/2004; 11:50:56 PM (reads: 3173, responses: 1)
WeBWorK 2.0 Preview Release 3 Available
The WeBWorK Team is pleased to announce the release of WeBWorK 2.0 Preview Release 3. While it is intended primarily for testing, development, and evaluation of the new system, it is also suitable for use in live courses.

This release includes almost all of the functionality of WeBWorK 1.9, and contains new functionality beyond what it possible with 1.9. New features since PreviewRelease2 include:

  • improvements in speed and efficiency
  • many user interface enhancements
  • improved course creation procedure
  • "remember me" cookie actually works
  • installation documentation improvements
  • many bug fixes

Release notes and installation instructions are available at: http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/PreviewRelease3
Posted by Sam Hathaway on 2/15/04; 5:31:50 PM
from the dept.


 

<| Post or View Comments |>


userBill Ziemer - apache modperl install  blueArrow
2/19/2004; 8:55:29 PM (reads: 1680, responses: 0)
The default installation for apache will use the same configuration, log, and state files of your existing apache. If you wish to install a separate, fresh, non-root version of apache to play with webwork2, and not mix up your existing setup use this sequence for installing apache into the directory /yourpath/apache. Note that the Makefile.PL command is all on one line.

lwp-download http://www.apache.org/dist/httpd/apache_1.3.29.tar.gz
lwp-download http://perl.apache.org/dist/mod_perl-1.29.tar.gz
tar xzvf apache_1.3.29.tar.gz
tar xzvf mod_perl-1.29.tar.gz
cd mod_perl-1.29

perl Makefile.PL APACHE_SRC=../apache_1.3.29/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/yourpath/apache APACI_ARGS='--prefix=/yourpath/apache --with-layout=Apache'

make
make test
make install

<| Post or View Comments |>