[LON-CAPA-announce] New Version 0.5

Guy Albertelli II guy@albertelli.com
Wed, 21 Aug 2002 17:09:38 -0400 (EDT)


New Version 0.5

Major improvements:
- printing support greatly improved
- statistics friendlier, faster, more complete
- new easier to use parameter setting interface
- essay response works, and is gradable
- search interface greatly improved
- integrated help system
- chat screen
- calander/announcements screen
- resources in maps can be randomized, and only a subset shown
- private and domain restricted publication rights respected
- construction space works better with non-filesystem users
- many bugfixes/performance improvements






To install this new version:


1) Verify that you have version 3.4 of the LON-CAPA-sytemperl rpm installed

$ rpm -q LON-CAPA-systemperl
LON-CAPA-systemperl-3.4-1

If it doesn't say that you will need to install it:

If you are running RedHat 6.2 get
http://install.loncapa.org/3.1/latestRPMS/LON-CAPA-systemperl-3.4-1.i386.rpm

If you are running RedHat 7.[0,1,2] get
http://install.loncapa.org/3.1/latestRPMS/LON-CAPA-systemperl-3.4-rh72.i386.rpm


Install it by doing:
rpm -Uvh --force LON-CAPA-systemperl-3.4-1.i386.rpm
or
rpm -Uvh --force LON-CAPA-systemperl-3.4-rh72.i386.rpm






2) To properly install the help files, and to print you will need to
   have the perl Image::Magick routines installed

If you installed version 0.4 you will have already done this otherwise,

For Redhat 6.2:
Get and install these RPMS:
wget ftp://ftp.redhat.com/pub/redhat/redhat-6.2-en/os/i386/RedHat/RPMS/ImageMagick-4.2.9-3.i386.rpm
wget ftp://ftp.redhat.com/pub/redhat/redhat-6.2-en/os/i386/RedHat/RPMS/ImageMagick-devel-4.2.9-3.i386.rpm

For Redhat 7.2:
Get and install these RPMS:
ftp://ftp.redhat.com/pub/redhat/redhat-7.2-en/os/i386/RedHat/RPMS/ImageMagick-5.3.8-3.i386.rpm
ftp://ftp.redhat.com/pub/redhat/redhat-7.2-en/os/i386/RedHat/RPMS/ImageMagick-perl-5.3.8-3.i386.rpm
ftp://ftp.redhat.com/pub/redhat/redhat-7.2-en/os/i386/RedHat/RPMS/ImageMagick-devel-5.3.8-3.i386.rpm

For Redhat 7.3:
Get and install these RPMS:
wget ftp://ftp.redhat.com/pub/redhat/redhat-7.3-en/os/i386/RedHat/RPMS/ImageMagick-5.4.3.11-1.i386.rpm
wget ftp://ftp.redhat.com/pub/redhat/redhat-7.3-en/os/i386/RedHat/RPMS/ImageMagick-perl-5.4.3.11-1.i386.rpm
wget ftp://ftp.redhat.com/pub/redhat/redhat-7.3-en/os/i386/RedHat/RPMS/ImageMagick-devel-5.4.3.11-1.i386.rpm


Otherwise contact Guy at guy@albertelli.com to get the proper rpms.






3) Redhat 6.2 users will need to install the psutils from RH 7.3
Get and install this RPM
wget ftp://ftp.redhat.com/pub/redhat/redhat-7.3-en/os/i386/RedHat/RPMS/psutils-1.17-13.i386.rpm

Install it using the command:
rpm -Uvh --nodeps psutils-1.17-13.i386.rpm




4) Download the new LON-CAPA tarball from
wget http://install.lon-capa.org/versions/loncapa-0.5.tar.gz

and untar it

tar xzvf loncapa-0.5.tar.gz






5) Run the UPDATE script as root
cd loncapa-0.5
su
./UPDATE






6) restart the system services
/etc/rc.d/init.d/loncontrol stop
/etc/rc.d/init.d/loncontrol start
/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start



----NOTES
1) Many questions are answered at http://help.lon-capa.org
2) Defects reports, and enhancements requests can be entered at
   http://bugs.lon-capa.org
3) Mailing lists can be joined and left at http://mail.lon-capa.org

-- 
guy@albertelli.com
Guy Albertelli