-
+ AE93B514E6A6BA3861C1099BB3FA536525F47F19E7CDC0B411A0EAA6159B1D75A522CA0611BE5559EC63B1BFDC90E9C2A4D6872D741DF0D768CD48BE7ECDEABF
logbot/INSTALL
(0 . 0)(1 . 26)
5 INSTALL
6
7 * Install `ircbot`.
8
9 * From the SBCL REPL:
10 (ql:quickload :cl-irc)
11 (ql:quickload :cl-postgres)
12 (ql:quickload :postmodern)
13
14 * Use V to press `logbot`
15
16 mkdir -p ~/src/logbot
17 cd ~/src/logbot
18
19 mkdir .wot
20 cd .wot && wget http://trinque.org/trinque.asc && cd ..
21
22 v.pl init http://trinque.org/src/logbot
23 v.pl press logbot-genesis logbot-genesis.vpatch
24
25 ln -s ~/src/logbot/logbot-genesis ~/quicklisp/local-projects/logbot
26
27 * Create a PostgreSQL database with UTF-8 encoding, then load logbot.sql
28 into that database:
29
30 psql -f logbot.sql mydb