Diff for /doc/build/sles9_install.frag between versions 1.1 and 1.2

version 1.1, 2005/10/05 22:41:44 version 1.2, 2006/10/10 20:09:00
Line 209  cd /root/loncapa-N.N.N     (N.N.N should Line 209  cd /root/loncapa-N.N.N     (N.N.N should
 You will need to enter the LON-CAPA configuration information you determined   You will need to enter the LON-CAPA configuration information you determined 
 in the previous section.    in the previous section.  
 </p>  </p>
   <p>After installing LON-CAPA, and taking any actions included in the WARNINGS file created during installation, it is recommended that you set loncontrol to start automatically on boot, by executing the following command:</p>
   <pre>
   /sbin/chkconfig --level 345 loncontrol on
   </pre>
   <h3>Updating packages</h3>
   <p>Start yast and use "Online Update" to check for updates to installed packages. When prompted for the username and password for your account with Novell, you should check the box to retain your log-in information, otherwise the nightly update check, installed as part of the LON-CAPA install, will fail and send you a message "ERROR(Media:login failed)" each time it runs.</p>
 <h2>Creating a Domain Coordinator</h2>  <h2>Creating a Domain Coordinator</h2>
 <p>  <p>
 You will need at least one user at your site who has the role of  You will need at least one user at your site who has the role of
Line 223  appropriate user name and your domain. Line 229  appropriate user name and your domain.
 cd /root/loncapa-N.N/loncom/build  cd /root/loncapa-N.N/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN  perl make_domain_coordinator.pl USERNAME DOMAIN
 (WILL PROMPT FOR PASSWORD HERE)  (WILL PROMPT FOR PASSWORD HERE)
 mkdir ~USERNAME  
 mkdir ~USERNAME/public_html  
 chown USERNAME:www ~USERNAME/public_html  
 chmod 0775 ~USERNAME/public_html  
 chmod a+x ~USERNAME  
 </pre>  </pre>
 <h2>Start/Restart Services</h2>  <h2>Start/Restart Services</h2>
 <p>  <p>
 The LON-CAPA network services take a moment to start.  Most misconfigurations  The LON-CAPA network services take a moment to start.  Most misconfigurations
 will be appearant at this step.  will be apparent at this step.
 </p>  </p>
 <pre>  <pre>
 /etc/init.d/loncontrol start  /etc/init.d/loncontrol start

Removed from v.1.1  
changed lines
  Added in v.1.2


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