Diff for /doc/build/manual_install.frag between versions 1.5 and 1.8

version 1.5, 2003/10/08 17:16:07 version 1.8, 2008/10/22 21:32:00
Line 1 Line 1
 <p>  <p>
 You will need to check all the following things to ensure proper  You will need to check all the following things to ensure proper
 installation of your LON-CAPA system. Be sure to use the <a  installation of your LON-CAPA system. Be sure to use the <a
 href="rh73.html">RedHat 7.3 specific instructions</a> if they apply,  href="rh73.html">RedHat 7.3</a> or <a href="fedora_install.html">Fedora</a> specific instructions if they apply,
 as that will be much easier for you.  as that will be much easier for you.
 </p>  </p>
 <ul>  <ul>
Line 45  http://install.lon-capa.org/versions/lon Line 45  http://install.lon-capa.org/versions/lon
 <p>  <p>
 To view the code development history of LON-CAPA, you will need to use the  To view the code development history of LON-CAPA, you will need to use the
 <a href="http://www.cvshome.org/">CVS</a> tool, the open standard for  <a href="http://www.cvshome.org/">CVS</a> tool, the open standard for
 version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">  version control.  Please contact the MSU LON-CAPA group 
 helen@lon-capa.org</a>) to request a CVS USERNAME.  (<a href="mailto:helpdesk@lon-capa.org">helpdesk@lon-capa.org</a>) to request a 
   CVS USERNAME.
 </p>  </p>
 <p>  <p>
 The initial CVS commands would be:  The initial CVS commands would be:
Line 55  The initial CVS commands would be: Line 56  The initial CVS commands would be:
 <table bgcolor="#aaaaaa" border="1">  <table bgcolor="#aaaaaa" border="1">
 <tr><td>  <tr><td>
 <pre>  <pre>
 export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs   export CVSROOT=:ext:USERNAME@source.lon-capa.org:/home/cvs 
 cvs login   cvs login 
 cvs co loncapa  cvs co loncapa
 </pre>  </pre>

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


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