Diff for /doc/build/ubuntu10LTS_install.frag between versions 1.4 and 1.5

version 1.4, 2011/06/09 00:07:55 version 1.5, 2011/06/09 02:59:36
Line 99  sudo allow ssh Line 99  sudo allow ssh
 sudo allow www  sudo allow www
 sudo allow https  sudo allow https
 </pre>  </pre>
    <dt>E-mail: Postfix Installation and Configuration</dt>     <dt>E-mail: Postfix Installation</dt>
    <dd>By default postfix disallows mailing to remote domains. Change this to "Internet Site" to allow LON-CAPA to send e-mail to users. Commands:<dd>     <dd>Configure to "Internet Site" to allow LON-CAPA to send e-mail to users.</dd>
 <pre>  <pre>
 sudo apt-get install postfix  sudo apt-get install postfix
   </pre>
      <dt>E-mail: Postfix Configuration</dt>
      <dd>If you need to change the postfix configuration in the future use:<dd>
   <pre>
 sudo dpkg-reconfigure postfix  sudo dpkg-reconfigure postfix
 </pre  </pre>
 </p>  </p>
   
 <h2>4. <a name="upd">Update your system</a></h2>  <h2>4. <a name="upd">Update your system</a></h2>
Line 123  Add LON-CAPA ubuntu repository to your / Line 127  Add LON-CAPA ubuntu repository to your /
 </p>  </p>
 <pre>  <pre>
 sudo apt-get install python-software-properties  sudo apt-get install python-software-properties
 sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu lucid main  sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu lucid main'
 </pre>  </pre>
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>  <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>  <h3>Import the LON-CAPA encryption key</h3>
Line 246  in the previous section. Line 250  in the previous section.
 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
 'domain coordinator'.  This user creates accounts for other users and  'domain coordinator'.  This user creates accounts for other users and
 grants them additional privileges.  The make_domain_coordinator.pl script  grants them additional privileges.  The make_domain_coordinator.pl script
 invoked below requires that you enter the users password.  The password will  invoked below requires that you enter the user's password.
 show in plaintext as you type it.  Feel free to use the "passwd username"  Replace USERNAME and DOMAIN with an appropriate username and your domain.
 command to change it later.  Replace USERNAME and DOMAIN with an   
 appropriate user name and your domain.  
 </p>  </p>
 <pre>  <pre>
 cd /root/loncapa-X.Y.Z/loncom/build  cd /root/loncapa-X.Y.Z/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN  perl make_domain_coordinator.pl USERNAME DOMAIN
 (WILL PROMPT FOR PASSWORD HERE)  
 </pre>  </pre>
   
 <h2>7. <a name="sts">Start/Restart Services</a></h2>  <h2>7. <a name="sts">Start/Restart Services</a></h2>

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


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