File: INSTALL

package info (click to toggle)
blootbot 1.2.0-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,332 kB
  • ctags: 603
  • sloc: perl: 16,607; sh: 148; makefile: 54; sql: 47
file content (26 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Method of installation.
-----------------------

- Move files/sample/sample.config to files/blootbot.config
- 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)

- Choose your database:
	- MySQL, read INSTALL.mysql (supported)
	- PgSQL, read INSTALL.pgsql (unsupported, may work)
	- Berkeley DBM, read INSTALL.dbm (broken, unsupported)

- There are "bugs" in the perl modules.  Read INSTALL.patches on how to fix.

- Finally, './blootbot'