]> git.donarmstrong.com Git - infobot.git/blob - INSTALL
* Move rebranding branch to trunk
[infobot.git] / INSTALL
1 Method of installation.
2 -----------------------
3
4 - Copy files/sample/* to files/
5
6 - Edit files/infobot.config, modify to taste.
7 - Edit files/infobot.servers to modify list of IRC servers to connect.
8 - Edit files/infobot.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         - SQLite2, read INSTALL.sqlite (supported)
24         - PgSQL, read INSTALL.pgsql (unsupported, may work)
25
26 - There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.
27
28 - Finally, './infobot'