Diff for /doc/build/ubuntu16LTS_install.frag between versions 1.1 and 1.3

version 1.1, 2016/04/22 15:08:29 version 1.3, 2017/06/12 21:04:08
Line 131  Add LON-CAPA ubuntu repository to your / Line 131  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 trusty main'  sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu xenial 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 248  To configure and install LON-CAPA, becom Line 248  To configure and install LON-CAPA, becom
 </p>  </p>
 <pre>  <pre>
 sudo -i  sudo -i
 cd /root/loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.12.0')  cd /root/loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.11.2')
 ./UPDATE  ./UPDATE
 </pre>  </pre>
 <p>  <p>

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


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