]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
ws
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5a26df36cb59408ab9d0041c39173eb11d97ecd6..08d8a638ba035088f1ea086bc2f8e0778940b246 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,29 +1,27 @@
 Method of installation.
 -----------------------
 
-- Move infobot.config to infobot.config.used
-- Copy samle.config to infobot.config
-- Edit files/infobot.config, modify to taste.
-- Edit files/ircII.server to modify list of IRC servers to connect.
-- Depends on:
+- 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.
+
+- 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-parse-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)
+       - 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, './infobot'
+- Finally, './blootbot'