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