]> git.donarmstrong.com Git - infobot.git/blob - INSTALL
Fixed some documentation typOs. (in the install docs)
[infobot.git] / INSTALL
1 Method of installation.
2 -----------------------
3
4 - Move blootbot.config to blootbot.config.used
5 - Copy sample.config to blootbot.config
6 - Edit files/blootbot.config, modify to taste.
7 - Edit files/ircII.server to modify list of IRC servers to connect.
8 - Depends on:
9         - Net::IRC perl module
10                 - Debian: (apt-get install libnet-irc-perl)
11         - WWW::Search
12                 - Debian: (apt-get install libwww-search-perl)
13         - LWP
14                 - Debian: (apt-get install libwww-perl)
15         - HTML::Parser
16                 - Debian: (apt-get install libhtml-parser-perl)
17
18 - Choice of database
19         - MySQL (see INSTALL.mysql)
20         - PgSQL (see INSTALL.pgsql, DOES NOT WORK YET)
21         - Berkeley DBM (see INSTALL.dbm)
22
23 [OPTIONAL,FIXME]
24 - 'scripts/insertDB.pl files/sample.insert'.
25
26 - There are "bugs" in the perl modules. (see INSTALL.patches) on how to
27   fix.
28
29 - Finally, './blootbot'