Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/search/INSTALL

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)