X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=blootbot%2FINSTALL;h=aed3621b75880b7faa382bd7c90381a7ddd1ab4c;hb=3834c1f992e18043cbba9a884b5354ec86b1f94f;hp=13d7866ec3db346995f40e94a6f8f4134899e172;hpb=da2aedaaffcd9ccd587143c0f438baed526428f1;p=infobot.git diff --git a/blootbot/INSTALL b/blootbot/INSTALL index 13d7866..aed3621 100644 --- a/blootbot/INSTALL +++ b/blootbot/INSTALL @@ -1,29 +1,28 @@ Method of installation. ----------------------- -- Move blootbot.config to blootbot.config.used -- Copy sample.config to blootbot.config +- Copy files/sample/* to files/ + - Edit files/blootbot.config, modify to taste. -- Edit files/ircII.server to modify list of IRC servers to connect. -- Depends on: +- Edit files/blootbot.servers to modify list of IRC servers to connect. +- Edit files/blootbot.chan to set which channels to join. + +- 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) - -- Choice of database - - MySQL (see INSTALL.mysql) - - PgSQL (see INSTALL.pgsql, DOES NOT WORK YET) - - Berkeley DBM (see INSTALL.dbm) + - Debian: (apt-get install libhtml-parser-perl) -[OPTIONAL,FIXME] -- 'scripts/insertDB.pl files/sample.insert'. +- 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) -- There are "bugs" in the perl modules. (see INSTALL.patches) on how to - fix. +- There are "bugs" in the perl modules. Read INSTALL.patches on how to fix. - Finally, './blootbot'