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

raeburn raeburn@source.lon-capa.org
Thu, 09 Jun 2011 00:07:55 -0000


raeburn		Thu Jun  9 00:07:55 2011 EDT

  Modified files:              
    /doc/build	ubuntu10LTS_install.frag 
  Log:
  - ubuntu 10.04 MTA is postfix
  - apt-add-repository used to add LON-CAPA repo. 
  
  
Index: doc/build/ubuntu10LTS_install.frag
diff -u doc/build/ubuntu10LTS_install.frag:1.3 doc/build/ubuntu10LTS_install.frag:1.4
--- doc/build/ubuntu10LTS_install.frag:1.3	Wed Jun  8 22:28:05 2011
+++ doc/build/ubuntu10LTS_install.frag	Thu Jun  9 00:07:55 2011
@@ -99,10 +99,11 @@
 sudo allow www
 sudo allow https
 </pre>
-   <dt>E-mail Configuration</dt>
-   <dd>By default Ubuntu disallows mailing to remote domains. Change using<dd>
+   <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>
 <pre>
-sudo dpkg-reconfigure exim4-config
+sudo apt-get install postfix
+sudo dpkg-reconfigure postfix
 </pre
 </p>
 
@@ -118,20 +119,12 @@
 If kernel packages were updated, reboot your system before continuing with the installation.
 </p>
 <p>
-Retrieve the ubuntu10_LTS_sources.list file from the LON-CAPA install site:
+Add LON-CAPA ubuntu repository to your /etc/apt/sources.list file. 
 </p>
 <pre>
-wget http://install.loncapa.org/versions/ubuntu/10.04/ubuntu10_LTS_sources.list
+sudo apt-get install python-software-properties
+sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu lucid main
 </pre>
-<p>
-Install ubuntu10_LTS_sources.list
-</p>
-<p>
-<pre>
-mv /etc/apt/sources.list /etc/apt/sources.list.backup
-cp ubuntu10_LTS_sources.list /etc/apt/sources.list
-</pre>
-</p>
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>
 <pre>