This page has moved. See http://www.review-board.org/docs/manual/dev/admin/installation/linux/#installing-pylucene and http://www.review-board.org/docs/manual/dev/admin/sites/management-commands/#search-indexing
If your system is amd64, you'll need to modify the setup.py before building. Just replace the default LFLAGS['linux2'] section with the one from the #alternatives section below.
debian stable and sun-java5-jdk
edit jcc/setup.py find all instances of java-6- and replace with java-1.5.0-
also install python-dev
also - debian specific the make process uses svn to check out the source
you will need to install subversion
With the migration to the rb-site command from manage.py the new format is:
rb-site manage /path/to/site -- --full
If your system is amd64, you'll need to modify the setup.py before building. Just replace the default LFLAGS['linux2'] section with the one from the #alternatives section below.
debian stable and sun-java5-jdk
edit jcc/setup.py find all instances of java-6- and replace with java-1.5.0-
also install python-dev
also - debian specific the make process uses svn to check out the source
you will need to install subversion
With the migration to the rb-site command from manage.py the new format is: