[LON-CAPA-cvs] cvs: doc /build ubuntu10LTS_install.frag

raeburn raeburn@source.lon-capa.org
Thu, 09 Jun 2011 02:59:36 -0000


raeburn		Thu Jun  9 02:59:36 2011 EDT

  Modified files:              
    /doc/build	ubuntu10LTS_install.frag 
  Log:
  - Postfix instructions.
  - Missing single quote
  - Update information for make_domain_coordinator.pl
  
  
Index: doc/build/ubuntu10LTS_install.frag
diff -u doc/build/ubuntu10LTS_install.frag:1.4 doc/build/ubuntu10LTS_install.frag:1.5
--- doc/build/ubuntu10LTS_install.frag:1.4	Thu Jun  9 00:07:55 2011
+++ doc/build/ubuntu10LTS_install.frag	Thu Jun  9 02:59:36 2011
@@ -99,12 +99,16 @@
 sudo allow www
 sudo allow https
 </pre>
-   <dt>E-mail: Postfix Installation and Configuration</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>
+   <dt>E-mail: Postfix Installation</dt>
+   <dd>Configure to "Internet Site" to allow LON-CAPA to send e-mail to users.</dd>
 <pre>
 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
-</pre
+</pre>
 </p>
 
 <h2>4. <a name="upd">Update your system</a></h2>
@@ -123,7 +127,7 @@
 </p>
 <pre>
 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>
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>
@@ -246,15 +250,12 @@
 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
 grants them additional privileges.  The make_domain_coordinator.pl script
-invoked below requires that you enter the users password.  The password will
-show in plaintext as you type it.  Feel free to use the "passwd username"
-command to change it later.  Replace USERNAME and DOMAIN with an 
-appropriate user name and your domain.
+invoked below requires that you enter the user's password.
+Replace USERNAME and DOMAIN with an appropriate username and your domain.
 </p>
 <pre>
 cd /root/loncapa-X.Y.Z/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN
-(WILL PROMPT FOR PASSWORD HERE)
 </pre>
 
 <h2>7. <a name="sts">Start/Restart Services</a></h2>