Diff for /doc/build/Attic/install.html between versions 1.14 and 1.15

version 1.14, 2002/04/23 12:41:23 version 1.15, 2002/04/23 12:46:58
Line 23  Installing LON-CAPA files</a></li> Line 23  Installing LON-CAPA files</a></li>
 Checking your Linux RPMs</a></li>  Checking your Linux RPMs</a></li>
 <li><a href="#mysql">  <li><a href="#mysql">
 Configuring the MySQL database</a></li>  Configuring the MySQL database</a></li>
   <li><a href="#testing">
   Testing to see if the LON-CAPA server is operational</a></li>
 </ul>  </ul>
 <br />&nbsp;  <br />&nbsp;
 <!-- preamble end -->  <!-- preamble end -->
Line 130  shell> mysql -u root mysql Line 132  shell> mysql -u root mysql
 mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');  mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');
 </pre>  </pre>
 </td></tr></table>  </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 -->  <!-- maintext end -->
 </body>  </body>
 </html>  </html>

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>