--- doc/build/Attic/install.html 2000/10/25 18:37:49 1.1
+++ doc/build/Attic/install.html 2000/10/26 08:01:26 1.3
@@ -7,15 +7,15 @@
Current Installation Procedure
This is the current list of steps to support LON-CAPA installation. These steps have
-been tested (almost, I'm going to do this today).
+been tested.
- Get Redhat 6.2 on a CD by
- After installation, install extra RPMs/upgrades by downloading all files from
-
-http://www.lon-capa.org/install/3.1/SupplementalRPMS.
+
+http://install.lon-capa.org/3.1/SupplementalRPMS.
- Use this command to install the RPMs you download: rpm -Uvh --force *.rpm.
- Remove extra RPMs by downloading and running the script
-
-http://www.lon-capa.org/install/3.1/scripts/remove_extra.sh as root.
+
+http://install.lon-capa.org/3.1/scripts/remove_extra.sh as root.
+
- After installing the supplemental RPMS, install a final RPM set by downloading all files from
+
+http://install.lon-capa.org/3.1/FinalRPMS.
+
+- Use this command to install the RPMs you download: rpm -Uvh --force *.rpm.
+
- Configure needed files.
- Currently, reconfiguration must be handled manually and involves an administrator
altering configuration files present throughout the system. For a list of these
-files and their descriptions, visit
-http://www.lon-capa.org/install/3.1/loncapafiles.html.
+files and their descriptions, visit
+http://install.lon-capa.org/3.1/loncapafiles/loncapafiles.html.
- 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)
-
- Run AS USER=www (NEVER EVER EVER EVER AS USER=root) /home/httpd/perl/loncron &.
+than MSU's).
+
- Run, as root, /etc/rc.d/init.d/loncontrol start.
- 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.