--- doc/build/Attic/upgrade.html 2001/04/18 15:55:19 1.6 +++ doc/build/Attic/upgrade.html 2002/04/23 13:01:14 1.10 @@ -1,87 +1,59 @@ LON-CAPA Upgrade + + -

LON-CAPA Upgrade

-

Current Upgrade Procedure

+

-Scott Harrison +There are three steps for upgrading the software on your LON-CAPA server.

+ +
 
+ + + +

Upgrading LON-CAPA files

-Last updated: 4/18/2001 +Download the most current + +loncapa.tar.gz.

-LON-CAPA system releases currently are not released under version -numbers given the fast pace of system development. To upgrade your -system, you need to -

    -
  1. Make sure your software packages are up-to-date -(based on install.lon-capa.org).
  2. - -
  3. Upgrade old software packages.
  4. - -
  5. Make the LON-CAPA base files up to date (based on -install.lon-capa.org).
  6. - -
  7. Restore configuration files.
  8. - -
  9. Restart the LON-CAPA networking processes - -
  10. Should you wish to automate the updating of your LON-CAPA base files, you can (at your own risk) run a script which will -do all of this automatically. You can run this script by entering the command: -/usr/sbin/loncapaautoupgrade
  11. -
+The UPDATE command will refresh your filesystem with all +the latest LON-CAPA software. +

+ + +
./UPDATE
+ +

Checking your Linux RPMs

+

+The CHECKRPMS command will check the RPMs on your machine +against an FTP repository.

-

Future Upgrade Procedure (not yet implemented)

+ + +
./CHECKRPMS
+
+

Testing to see if the LON-CAPA server is operational

-In the future, LON-CAPA will be a versioned system that is released via CD. -The upgrade procedure will be to insert the CD and follow instructions. The CD -upgrade procedure is already defined and somewhat implemented, but awaits -completion. +The TEST command will check the installation software, +the perl libraries on your system, the MySQL database, and +will also automatically test the real-time operation of the +LON-CAPA Apache web server.

+ + +
./TEST
+