source: gs3-extensions/hathitrust-downloadfrom/trunk/README.txt@ 26436

Last change on this file since 26436 was 26436, checked in by davidb, 11 years ago

Initial cut at code for exporting content out of the Hathitrust, suitable for ingest by Greenstone

File size: 601 bytes
Line 
1
2
3*****
4*
5* Install required packages. Example syntax:
6*
7* perl -MCPAN -we 'install "Net::FTP"'
8*
9*****
10
11-----
12Other useful examples:
13-----"
14
15
16To reconfigure CPAN settings:
17
18 o conf init"
19
20
21To push through the values needed for the custom install:
22
23 o conf makepl_arg "LIB=$HTEXPORT_HOME/cpan-installed/lib \
24 INSTALLSITEMAN1DIR=$HTEXPORT_HOME/cpan-installed/man/man1 \
25 INSTALLSITEMAN3DIR=$HTEXPORT_HOME/cpan-installed/man/man3"
26
27 o conf make_install_arg UNINST=0
28
29 o conf commit
30
31
32To do a Forced install:
33
34 perl -MCPAN -e "CPAN::Shell->force(qw(install IO::Socket::SSL));
35
36
37
38
Note: See TracBrowser for help on using the repository browser.