Diff for /doc/build/suse9.2_install.frag between versions 1.2 and 1.3

version 1.2, 2005/08/01 04:54:52 version 1.3, 2005/08/27 21:16:20
Line 121  Select "Change Source of Installation" a Line 121  Select "Change Source of Installation" a
 <dt>HTTP</dt>  <dt>HTTP</dt>
 <dd>Server Name</dd>  <dd>Server Name</dd>
 <dt>install.loncapa.org</dt>  <dt>install.loncapa.org</dt>
 <dd>Directory on server</dd>  <dd>Directory on server (for 32 bit)</dd>
 <dt>suse/9.2</dt>  <dt>suse/i386/9.2</dt>
   <dd>Directory on server (for 64 bit)</dd>
   <dt>suse/x86_64/9.2</dt>
 <dd>Authentication</dd>  <dd>Authentication</dd>
 <dt>Anonymous</dt>  <dt>Anonymous</dt>
 </dl>  </dl>
Line 141  This may take a moment due to LON-CAPA's Line 143  This may take a moment due to LON-CAPA's
 </p>  </p>
 <h3>Retrieve and execute LON-CAPA setup program</h3>  <h3>Retrieve and execute LON-CAPA setup program</h3>
 <p>  <p>
 Retrieve the LON-CAPA setup with the following command:  Retrieve the LON-CAPA setup with one of the following commands:
 </p>  </p>
   <i>32 bit architecture</i>
 <pre>  <pre>
 wget http://install.loncapa.org/versions/suse/9.2/suse_install.tar  wget http://install.loncapa.org/versions/suse/9.2/i386/suse_install.tar
   </pre>
   <br />
   <i>64 bit architecture</i>
   <pre>
   wget http://install.loncapa.org/versions/suse/9.2/x86_64/suse_install.tar
 </pre>  </pre>
 <p>  <p>
 Extract the archive with the following command:  Extract the archive with the following command:
Line 220  appropriate user name and your domain. Line 228  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  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

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


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