[mb-commits] r9791 - lucene_server/trunk
root at musicbrainz.org
root at musicbrainz.org
Fri Mar 21 17:00:22 UTC 2008
Author: robert
Date: 2008-03-21 17:00:22 +0000 (Fri, 21 Mar 2008)
New Revision: 9791
Modified:
lucene_server/trunk/README
Log:
Updated with bare essentials for the new pylucene 2.2 and apache2 install
Modified: lucene_server/trunk/README
===================================================================
--- lucene_server/trunk/README 2008-03-21 16:54:21 UTC (rev 9790)
+++ lucene_server/trunk/README 2008-03-21 17:00:22 UTC (rev 9791)
@@ -8,12 +8,27 @@
In order to run this index server, you need to have run the following:
-apache, with mod_python - this version is tested with apache 1.3.x and mod_python 2.7.x
+apache2, with mod_fastcgi - this version is tested with apache 2.0.x
python 2.4+ - http://python.org
-Python Levenshtein (latest) - http://trific.ath.cx/resources/python/levenshtein/
-PyLucene 1.0.x - http://downloads.osafoundation.org/PyLucene
+PyLucene 2.2.x - http://downloads.osafoundation.org/PyLucene
PyUnac 1.7.x - http://download.gna.org/unac/python-unac-1.7.0.tar.gz
-flup
+flup - http://trac.saddi.com/flup (release r2311 was used)
Required for Python 2.4 or earlier
cytpes-0.9.6 - http://starship.python.net/crew/theller/ctypes/
+
+Install:
+--------
+
+Short version:
+
+- install apache2
+- install and enable mod_fastcgi, mod_rewrite
+- install admin/mbsearch.conf as one of the site configs
+- review and make appropriate changes to admin/mbsearch.conf
+- install indexes into /var/index or change the settings in mbserach.conf
+- install server code into /home/lucene/lucene_server or change settings in mbsearch.conf
+
+Long version:
+
+Santa Claus will deliver this soon!
More information about the MusicBrainz-commits
mailing list