]> git.donarmstrong.com Git - infobot.git/blob - INSTALL
- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
[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/ircII.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 (see INSTALL.mysql)
21         - PgSQL (see INSTALL.pgsql, DOES NOT WORK YET)
22         - Berkeley DBM (see INSTALL.dbm)
23
24 [OPTIONAL,FIXME]
25 - 'scripts/insertDB.pl files/sample.insert'.
26
27 - There are "bugs" in the perl modules. (see INSTALL.patches) on how to
28   fix.
29
30 - Finally, './blootbot'