[LON-CAPA-cvs] cvs: doc /install/redhat7.3 install.pl new_install_rh73.html

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 22 Jul 2002 14:23:04 -0000


harris41		Mon Jul 22 10:23:04 2002 EDT

  Modified files:              
    /doc/install/redhat7.3	install.pl new_install_rh73.html 
  Log:
  instructions now consistent with rerolled tarball
  
  
Index: doc/install/redhat7.3/install.pl
diff -u doc/install/redhat7.3/install.pl:1.6 doc/install/redhat7.3/install.pl:1.7
--- doc/install/redhat7.3/install.pl:1.6	Mon Jul 22 08:05:00 2002
+++ doc/install/redhat7.3/install.pl	Mon Jul 22 10:23:04 2002
@@ -2,7 +2,7 @@
 # The LearningOnline Network 
 # Red Hat 7.3 installation script
 #
-# $Id: install.pl,v 1.6 2002/07/22 12:05:00 matthew Exp $
+# $Id: install.pl,v 1.7 2002/07/22 14:23:04 harris41 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -462,7 +462,7 @@
 rpm -Uvh perl-5.6.1-34.99.6.i386.rpm
 rpm -Uvh perl-CGI-2.752-34.99.6.i386.rpm
 
-cd /root/loncapa
+cd /root/loncapa-N.N     (N.N should correspond to a version number like '0.4')
 ./UPDATE
 
 END
@@ -474,7 +474,7 @@
 All of the extra files seem to have been installed correctly.  It remains for 
 you to execute the following commands:
 
-cd /root/loncapa
+cd /root/loncapa-N.N     (N.N should correspond to a version number like '0.4')
 ./UPDATE
 
 If you have any trouble, please see http://install.loncapa.org/ and 
Index: doc/install/redhat7.3/new_install_rh73.html
diff -u doc/install/redhat7.3/new_install_rh73.html:1.9 doc/install/redhat7.3/new_install_rh73.html:1.10
--- doc/install/redhat7.3/new_install_rh73.html:1.9	Mon Jul 22 08:02:52 2002
+++ doc/install/redhat7.3/new_install_rh73.html	Mon Jul 22 10:23:04 2002
@@ -6,7 +6,7 @@
 <title>Setting up a Red Hat7.3 LON-CAPA Server</title>
 </head>
 <body>
-<!-- $Id: new_install_rh73.html,v 1.9 2002/07/22 12:02:52 matthew Exp $ -->
+<!-- $Id: new_install_rh73.html,v 1.10 2002/07/22 14:23:04 harris41 Exp $ -->
 <h1>Setting up a Red Hat 7.3 LON-CAPA Server</h1>
 <h2>Integrated installation</h2>
 <p>
@@ -158,7 +158,7 @@
 Execute the following commands
 </p>
 <pre>
-cd /root/loncapa/
+cd /root/loncapa-N.N     (N.N should correspond to a version number like '0.4')
 ./UPDATE
 </pre>
 <p>