X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL;h=373153f3bfdbf67b2f93e2f1e82ed2e227215660;hb=8c27016c02c1aa6dc4c268c44f8530311afe1d32;hp=62401714dc19e5963a28c8f087850cd8f419f427;hpb=0fbfef3c124ae0abe85dbf5eb4625520f0772487;p=infobot.git diff --git a/INSTALL b/INSTALL index 6240171..373153f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,25 +1,29 @@ Method of installation. ----------------------- -- Move files/sample/sample.config to files/blootbot.config +- 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 + - 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. - 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) - - PgSQL, read INSTALL.pgsql (unsupported, may work) - - Berkeley DBM, read INSTALL.dbm (broken, unsupported) + - 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.