Diff for /doc/install/redhat7.3/new_install_rh73.html between versions 1.5 and 1.6

version 1.5, 2002/06/06 22:34:24 version 1.6, 2002/06/19 21:09:52
Line 106  for it to function at all.  Below is a l Line 106  for it to function at all.  Below is a l
   <dt>LON-CAPA domain    <dt>LON-CAPA domain
   <dd>Each site or school which installs LON-CAPA needs its own domain.    <dd>Each site or school which installs LON-CAPA needs its own domain.
       Here at MSU we use 'msu'.  You should choose something short but        Here at MSU we use 'msu'.  You should choose something short but
       meaningful. <i>Restriction: One word, no hyphens, underscores, or special characters!</i>        meaningful. 
      <i>Restriction: One word, no hyphens, underscores, or special characters</i>
   <dt>LON-CAPA host id    <dt>LON-CAPA host id
   <dd>Each LON-CAPA server requires a unique internal name.  We use names    <dd>Each LON-CAPA server requires a unique internal name.  We use names
       such as "msul1" for the first library server. <i>Restriction:         such as "msul1" for the first library server. 
 One word, no hyphens, underscores, or special characters!</i>     <i>Restriction: One word, no hyphens, underscores, or special characters</i>
   <dt>Host administrator email    <dt>Host administrator email
   <dd>The amount of email sent to this address is relatively minimal.  Messages    <dd>The amount of email sent to this address is relatively minimal.  Messages
       are sent every time the system starts up, or if the system is in serious        are sent every time the system starts up, or if the system is in 
 trouble. On a laptop, make this <tt>root@localhost</tt>.        serious trouble. On a laptop, make this <tt>root@localhost</tt>.
   <dt>Root password for SQL database    <dt>Root password for SQL database
   <dd>In order to keep people from corrupting the MYSQL database, a root    <dd>In order to keep people from corrupting the MYSQL database, a root
       password is needed.  You'll need to remember this.        password is needed.  You'll need to remember this.
Line 141  cd /root/loncapa/ Line 142  cd /root/loncapa/
 ./UPDATE  ./UPDATE
 </pre>  </pre>
 You will need to enter the LON-CAPA configuration information you requested  You will need to enter the LON-CAPA configuration information you requested
 above.  Additionally, you will need to enter the following information   above.
 (options 5 and 6 in the menu, recommended settings):  
 <dl>  
    <dt>Cache Expiration Time  
    <dd>86400  
    <dt>Server Load  
    <dd>2.0  
 </dl>  
 You can deviate from the above settings if you know what you are doing.  
 </p>  </p>
   
 <h2>Picking a hosts.tab file</h2>  <h2>Picking a hosts.tab file</h2>
Line 192  perl make_domain_coordinator.pl USERNAME Line 185  perl make_domain_coordinator.pl USERNAME
 mkdir ~USERNAME/public_html  mkdir ~USERNAME/public_html
 chown USERNAME:www ~USERNAME/public_html  chown USERNAME:www ~USERNAME/public_html
 chmod 0775 ~USERNAME/public_html  chmod 0775 ~USERNAME/public_html
   chmod a+x ~USERNAME
 </pre>  </pre>
 </p>  </p>
   
Line 224  running by this point in the installatio Line 218  running by this point in the installatio
 Point a web browser at your new machine and log in as the domain  Point a web browser at your new machine and log in as the domain
 coordinator.  Congratulations!  coordinator.  Congratulations!
 </p>  </p>
   
   
   

Removed from v.1.5  
changed lines
  Added in v.1.6


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