X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL;h=aed3621b75880b7faa382bd7c90381a7ddd1ab4c;hb=f8948a99bc398985b45683079045fe162561d3ba;hp=92ec88b6c3d927135aa118805567e97d088da955;hpb=130fc9d79663d571b32c8a625e3487e7b42c10da;p=infobot.git diff --git a/INSTALL b/INSTALL index 92ec88b..aed3621 100644 --- a/INSTALL +++ b/INSTALL @@ -1,25 +1,27 @@ Method of installation. ----------------------- -- Move files/sample/sample.config to files/blootbot.config +- Copy files/sample/* to files/ + - Edit files/blootbot.config, modify to taste. +- Edit files/blootbot.servers to modify list of IRC servers to connect. - Edit files/blootbot.chan to set which channels to join. -- Edit files/blootbot.server to modify list of IRC servers to connect. - Install the following Perl modules: - Net::IRC perl module - - Debian: (apt-get install libnet-irc-perl) + - Debian: (apt-get install libnet-irc-perl) - WWW::Search - - Debian: (apt-get install libwww-search-perl) + - Debian: (apt-get install libwww-search-perl) - LWP - - Debian: (apt-get install libwww-perl) + - Debian: (apt-get install libwww-perl) - HTML::Parser - - Debian: (apt-get install libhtml-parser-perl) + - Debian: (apt-get install libhtml-parser-perl) - Choose your database: - MySQL, read INSTALL.mysql (supported) + - SQLite, read INSTALL.sqlite (supported) + - SQLite2, read INSTALL.sqlite (supported) - PgSQL, read INSTALL.pgsql (unsupported, may work) - - Berkeley DBM, read INSTALL.dbm (broken, unsupported) - There are "bugs" in the perl modules. Read INSTALL.patches on how to fix.