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

version 1.4, 2003/08/19 14:20:19 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 12  Creating a user 'www'</a></li> Line 12  Creating a user 'www'</a></li>
 Make a LON-CAPA system work with shadow passwords</a></li>  Make a LON-CAPA system work with shadow passwords</a></li>
 <li><a href="#install">  <li><a href="#install">
 Installing LON-CAPA files</a></li>  Installing LON-CAPA files</a></li>
   <li><a href="#perl">
   Installing CPAN modules</a></li>
 <li><a href="#checkrpms">  <li><a href="#checkrpms">
 Checking your Linux RPMs</a> (On RedHat)</li>  Checking your Linux RPMs</a> (On RedHat)</li>
 <li><a href="#fixhosts">  <li><a href="#fixhosts">
Line 43  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 53  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>
Line 198  the latest LON-CAPA software. Line 201  the latest LON-CAPA software.
 <table bgcolor="#aaaaaa" border="1">  <table bgcolor="#aaaaaa" border="1">
 <tr><td><tt>./UPDATE</tt></td></tr>  <tr><td><tt>./UPDATE</tt></td></tr>
 </table>  </table>
   <a name="perl" />
   <h3>Installing CPAN modules</h3>
   
   <p> Lon-CAPA uses a large numbe of perl modules that need to be
   installed. Some of these may be available on your machine already,
   some can be gotten from packages in your Linux Distribution. Some will probably need to come from CPAN </p>
   
   <p> You can check which modules you have and which ones you need by
   running the TEST script. It will generate a CPAN_STATUS_REPORT.
   You can install an missing perl modules by doing:
   <table bgcolor="#aaaaaa" border="1">
   <tr><td><tt>perl -MCPAN -e 'install MODULENAME'</tt></td></tr>
   </table>
   Where MODULENAME is the perl module you need to install.
   </p>
   <p>
   More documentation on how CPAN works is available <a href="http://www.perl.com/CPAN/misc/cpan-faq.html#How_install_Perl_modules">here</a>
    </p>
   
 <a name="checkrpms" />  <a name="checkrpms" />
 <h3>Checking your Linux RPMs on RedHat</h3>  <h3>Checking your Linux RPMs on RedHat</h3>
 <p>  <p>

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


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