X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL;h=08d8a638ba035088f1ea086bc2f8e0778940b246;hb=f7cae48a17d6decd0a9bd997188271daa0a885b1;hp=560cbdb1416d0a9c467d3c620012f18755794397;hpb=9c92b095f0c16f07cacbafeeaaf963df136c1d4e;p=infobot.git diff --git a/INSTALL b/INSTALL index 560cbdb..08d8a63 100644 --- a/INSTALL +++ b/INSTALL @@ -1,30 +1,26 @@ Method of installation. ----------------------- -- Copy files/sample/sample.config to files/blootbot.config -- Copy files/sample/sample.chan to files/blootbot.chan -- Copy files/sample/sample.servers to files/blootbot.servers -- Copy files/sample/sample.users to files/blootbot.users +- Copy files/sample/* to files/ - Edit files/blootbot.config, modify to taste. -- Edit files/blootbot.chan to set which channels to join. - 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) - - WWW::Search - - Debian: (apt-get install libwww-search-perl) - - LWP - - Debian: (apt-get install libwww-perl) - - HTML::Parser - - Debian: (apt-get install libhtml-parser-perl) + - Net::IRC perl module + - Debian: (apt-get install libnet-irc-perl) + - WWW::Search + - Debian: (apt-get install libwww-search-perl) + - LWP + - Debian: (apt-get install libwww-perl) + - HTML::Parser + - Debian: (apt-get install libhtml-parser-perl) - Choose your database: - - MySQL, read INSTALL.mysql (supported) - - SQLite, read INSTALL.sqlite (supported) - - PgSQL, read INSTALL.pgsql (unsupported, may work) - - Berkeley DBM, read INSTALL.dbm (unsupported, may work) + - MySQL, read INSTALL.mysql (supported) + - SQLite, read INSTALL.sqlite (supported) + - PgSQL, read INSTALL.pgsql (unsupported, may work) - There are "bugs" in the perl modules. Read INSTALL.patches on how to fix.