LON-CAPA Installation

Current Installation Procedure

Scott Harrison

Last updated: 11/01/2000

This is the current list of steps to support LON-CAPA installation. These steps have been tested.

  1. Get Redhat 6.2 on a CD by
  2. Install RedHat 6.2
  3. After installation, install extra RPMs/upgrades by downloading all files from http://install.lon-capa.org/3.1/SupplementalRPMS.
  4. Remove extra RPMs by downloading and running the script http://install.lon-capa.org/3.1/scripts/remove_extra.sh as root.
  5. After installing the supplemental RPMS, install a final RPM set by downloading all files from http://install.lon-capa.org/3.1/FinalRPMS.
  6. Configure needed files.
  7. Important files are /etc/httpd/conf/access.conf, /etc/ntp.conf, /etc/krb.conf, /home/httpd/lonTabs/spare.tab, /home/httpd/lonTabs/hosts.tab (if setting up a cluster different than MSU's).
  8. Unshadow passwords
  9. Run, as root, ln -s /etc/mime.types /etc/httpd/conf/mime.types
  10. Run, as root, /etc/rc.d/init.d/httpd start.
  11. Run, as root, /etc/rc.d/init.d/loncontrol start.
  12. After 10 minutes, you should be able to check the file /home/httpd/html/lon-status/index.html to see if your machine has been successfully set up.

Future Installation Procedure (not yet implemented)

In the future, LON-CAPA Installation will be distributed on a CD complete with a customized interface. Many elements for doing this have been coded, and are in place, but it awaits completion.