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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 08 Oct 2003 17:16:07 -0000


albertel		Wed Oct  8 13:16:07 2003 EDT

  Modified files:              
    /doc/build	manual_install.frag 
  Log:
  - last of #1922
  
  
Index: doc/build/manual_install.frag
diff -u doc/build/manual_install.frag:1.4 doc/build/manual_install.frag:1.5
--- doc/build/manual_install.frag:1.4	Tue Aug 19 10:20:19 2003
+++ doc/build/manual_install.frag	Wed Oct  8 13:16:07 2003
@@ -12,6 +12,8 @@
 Make a LON-CAPA system work with shadow passwords</a></li>
 <li><a href="#install">
 Installing LON-CAPA files</a></li>
+<li><a href="#perl">
+Installing CPAN modules</a></li>
 <li><a href="#checkrpms">
 Checking your Linux RPMs</a> (On RedHat)</li>
 <li><a href="#fixhosts">
@@ -198,6 +200,25 @@
 <table bgcolor="#aaaaaa" border="1">
 <tr><td><tt>./UPDATE</tt></td></tr>
 </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" />
 <h3>Checking your Linux RPMs on RedHat</h3>
 <p>