You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
473 B
15 lines
473 B
INSTALL
|
|
|
|
On Debian Lenny
|
|
Base install
|
|
apt-get install php5-xapian
|
|
(you need version 1.x of Xapian here - check xapian.org for older Deb/Ub)
|
|
two bugs:
|
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493944
|
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493941
|
|
on dokeos root:
|
|
mkdir xapiandb
|
|
chmod 777 xapiandb (or equivalent)
|
|
Useful xapian development tools
|
|
apt-get install xapian-doc xapian-tools
|
|
(See delve command)
|
|
|