/[mws]/trunk/doc/INSTALL.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/doc/INSTALL.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/INSTALL revision 27 by dpavlin, Sat May 8 20:34:26 2004 UTC trunk/doc/INSTALL.pod revision 41 by dpavlin, Mon May 10 20:26:17 2004 UTC
# Line 1  Line 1 
1  Installation using PAR archive  =head1 Mail::Box Web Search installation
2    
3  1) Debian  This document describes how to install Mail::Box Web Search. Since it's a
4    project written in perl, it depends on some (hm?) CPAN modules.
5    
6    =head1 Installation using source code (the perl way to do it)
7    
8    CPAN modules needed:
9    
10    C<Mail::Box>,
11    C<Carp>,
12    C<Config::IniFiles>,
13    C<Date::Parse>,
14    C<POSIX>,
15    C<Getopt::Long>,
16    C<HTTP::Daemon>,
17    C<HTTP::Status>,
18    C<IO::String>,
19    C<MIME::Base64>,
20    C<CGI::Lite>,
21    C<Template>,
22    C<Template::Plugin::Calendar::Simple>
23    C<Text::Autoformat>,
24    C<Text::Context::EitherSide>,
25    C<Text::Iconv>,
26    C<Text::Unaccent>,
27    C<URI::Escape>
28    
29    Depending on type of index that you want to use, you will also need
30    C<SWISH::API> or C<Plucene::Simple>.
31    
32    If you want speedup using C<Mail::Box>, try installing C<Mail::Box::Parser::C>
33    module. However, this module is memory pig, and it often just hangs on my
34    Maildir folders. YMMV.
35    
36    =head1 Installation using PAR archive
37    
38    B<This currently does not work, and it's included here just for completeness.>
39    
40    =head2 Debian
41    
42  It should work out-of-par. It's development platform, but you should need  It should work out-of-par. It's development platform, but you should need
43  perl 5.8.  perl 5.8.
44    
45  2) RedHat/Fedora  =head2 RedHat/Fedora
46    
47  This is tested on slightly out-of-date Fedora, but instructions should apply  This is tested on slightly out-of-date Fedora, but instructions should apply
48  to newer versions (with possible changes in paths due to different versions).  to newer versions (with possible changes in paths due to different versions).
# Line 23  and re-run ldconfig: Line 60  and re-run ldconfig:
60    
61   # /sbin/ldconfig   # /sbin/ldconfig
62    
63    This still wouldn't make MWS work. However, I suspect that it's PAR problem
64    which will be solved in near future. If that happens, you will be able to
65    download PAR packaged files.
66    
   
 Installation using source code (the perl way to do it)  
   
   
 CPAN modules needed:  
   
         Mail::Box  
         Template::Plugin::Calendar::Simple  
   
 If you want speedup using Mail::Box, try installing Mail::Box::Parser::C  
 module. However, this module is memory pig, and it often just hangs on my  
 Maildir folders. YMMV.  
   
 CPAN modules which might get uses, depending on your templates:  
   
         Text::Autoformat  
         Text::Context::EitherSide  

Legend:
Removed from v.27  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC 1.1.26