Fixes ';' in here-doc.
[semece.git] / README
blob7ff83333a39f3b77c27bf111290d63ac54bd11f4
1 To install:
3 do 
5         $ make;
6         # will generate startup.pl and httpd.conf
8 and 
10         $ cat httpd.conf >> /etc/http/httpd.conf;
12 (or whatever is the site to put your apache configuration in your distribution)
14 -- 
15 Perl modules you will need:
17 PerlIO          (by default).
18 Carp            (by default).
19 CGI             (by default).
20 File::Find      (by default)
22 Apache::Constants 
23 Apache::Request (depends on libapreq)
24 Text::Markdown 
25 MIME::Types