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