]> git.donarmstrong.com Git - infobot.git/blob - INSTALL
- Another patch from Morten Brix Pedersen <morten@wtf.dk>:
[infobot.git] / INSTALL
1 Method of installation.
2 -----------------------
3
4 - Move files/sample/sample.config to files/blootbot.config
5 - Edit files/blootbot.config, modify to taste.
6 - Edit files/blootbot.chan to set which channels to join.
7 - Edit files/blootbot.server to modify list of IRC servers to connect.
8
9 - Install the following Perl modules:
10         - Net::IRC perl module
11                 - Debian: (apt-get install libnet-irc-perl)
12         - WWW::Search
13                 - Debian: (apt-get install libwww-search-perl)
14         - LWP
15                 - Debian: (apt-get install libwww-perl)
16         - HTML::Parser
17                 - Debian: (apt-get install libhtml-parser-perl)
18
19 - Choose your database:
20         - MySQL, read INSTALL.mysql (supported)
21         - PgSQL, read INSTALL.pgsql (unsupported, may work)
22         - Berkeley DBM, read INSTALL.dbm (broken, unsupported)
23
24 - There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.
25
26 - Finally, './blootbot'