]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 13d7866ec3db346995f40e94a6f8f4134899e172..3a9aabceece3390619a2f6bad6d102e5e36001f7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,29 +1,30 @@
 Method of installation.
 -----------------------
 
-- Move blootbot.config to blootbot.config.used
-- Copy sample.config to blootbot.config
-- Edit files/blootbot.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/infobot.config, modify to taste.
+- Edit files/infobot.servers to modify list of IRC servers to connect.
+- Edit files/infobot.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)
+           - 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)
+- 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)
 
-[OPTIONAL,FIXME]
-- 'scripts/insertDB.pl files/sample.insert'.
+- There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.
 
-- There are "bugs" in the perl modules. (see INSTALL.patches) on how to
-  fix.
+- Finally, './infobot'
 
-- Finally, './blootbot'
+# vim:ts=4:sw=4:expandtab:tw=80