]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL
lc chans on chanset
[infobot.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ebcee18b299e100fba879d6a48cfbb7d91719680..373153f3bfdbf67b2f93e2f1e82ed2e227215660 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,30 +1,30 @@
 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/ircII.server to modify list of IRC servers to connect.
+- 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 (see INSTALL.mysql)
-       - PgSQL (see INSTALL.pgsql, DOES NOT WORK YET)
-       - Berkeley DBM (see INSTALL.dbm)
-
-[OPTIONAL,FIXME]
-- 'scripts/insertDB.pl files/sample.insert'.
+        - 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, './blootbot'