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