Diff for /doc/build/Attic/upgrade.html between versions 1.10 and 1.16

version 1.10, 2002/04/23 13:01:14 version 1.16, 2002/06/02 04:02:09
Line 1 Line 1
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <!-- $Id$ -->
 <html>  <html>
 <head>  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
 <title>LON-CAPA Upgrade</title>  <title>LON-CAPA Upgrade</title>
 <!-- pdfahref upgrade.pdf -->  <!-- pdfahref upgrade.pdf -->
 <!-- button UPGRADE -->  <!-- button UPGRADE -->
 </head>  </head>
 <body>  <body>
 <!-- preamble start -->  <!-- preamble start -->
   <br />&nbsp;
 <p>  <p>
 There are three steps for upgrading the software on your LON-CAPA server.  There are three steps for upgrading the software on your LON-CAPA server.
 </p>  </p>
Line 27  Download the most current Line 32  Download the most current
 <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">  <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
 loncapa.tar.gz</a>.  loncapa.tar.gz</a>.
 </p>  </p>
   <table bgcolor="#aaaaaa" border="1">
   <tr><td><tt>wget http://install.lon-capa.org/versions/current/loncapa.tar.gz
   </tt>
   <br />
   <tt>tar xzvf loncapa.tar.gz</tt>
   <br />
   <tt>cd loncapa</tt></td></tr>
   </table>
 <p>  <p>
 The <strong>UPDATE</strong> command will refresh your filesystem with all  The <strong>UPDATE</strong> command will refresh your filesystem with all
 the latest LON-CAPA software.  the latest LON-CAPA software.
Line 54  LON-CAPA Apache web server. Line 67  LON-CAPA Apache web server.
 <table bgcolor="#aaaaaa" border="1">  <table bgcolor="#aaaaaa" border="1">
 <tr><td><tt>./TEST</tt></td></tr>  <tr><td><tt>./TEST</tt></td></tr>
 </table>  </table>
   <p>
   Using the <strong>TEST</strong> command will likely
   be an iterative process.
   It is normal to expect that the <strong>TEST</strong> command
   will recommend you perform various steps to ensure optimal
   performance of your LON-CAPA server.
   </p>
 <!-- maintext end -->  <!-- maintext end -->
   <!-- validated -->
 </body>  </body>
 </html>  </html>

Removed from v.1.10  
changed lines
  Added in v.1.16


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