[LON-CAPA-cvs] cvs: doc /build install.html

harris41 lon-capa-cvs@mail.lon-capa.org
Tue, 23 Apr 2002 12:46:58 -0000


harris41		Tue Apr 23 08:46:58 2002 EDT

  Modified files:              
    /doc/build	install.html 
  Log:
  adding in note on testing
  
  
Index: doc/build/install.html
diff -u doc/build/install.html:1.14 doc/build/install.html:1.15
--- doc/build/install.html:1.14	Tue Apr 23 08:41:23 2002
+++ doc/build/install.html	Tue Apr 23 08:46:58 2002
@@ -1,5 +1,5 @@
 <!-- The LearningOnline Network with CAPA -->
-<!-- $Id: install.html,v 1.14 2002/04/23 12:41:23 harris41 Exp $ -->
+<!-- $Id: install.html,v 1.15 2002/04/23 12:46:58 harris41 Exp $ -->
 <html>
 <head>
 <title>LON-CAPA Installation</title>
@@ -23,6 +23,8 @@
 Checking your Linux RPMs</a></li>
 <li><a href="#mysql">
 Configuring the MySQL database</a></li>
+<li><a href="#testing">
+Testing to see if the LON-CAPA server is operational</a></li>
 </ul>
 <br />&nbsp;
 <!-- preamble end -->
@@ -130,6 +132,17 @@
 mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');
 </pre>
 </td></tr></table>
+<a name="testing" />
+<h3>Testing to see if the LON-CAPA server is operational</h3>
+<p>
+The <strong>TEST</strong> 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.
+</p>
+<table bgcolor="#aaaaaa" border="1">
+<tr><td><tt>./TEST</tt></td></tr>
+</table>
 <!-- maintext end -->
 </body>
 </html>