Version 6.x-1.3
The release has a primary focus on data integrity, namely being able to successfully process record updates on a schedule basis. This includes new additions, updates and deletions of records. This release includes some Solr integrity fixes submitted by Kyushu University. The installation process for release 1.3 has also been reworked to include an implementation option using Drush that makes the installation substantially easier.
Release candidate 9: updating for Drupal 6.28 and XC 6.x-1.3-rc8.
Installation
The toolkit has four parts: the row of modules, a specific theme, a custom Apache Solr, and an Drupal distribution, which includes all necessary modules (XC and 3rd party ones), the current Drupal 6 core (6.27, with the necessary patch), and the theme. Previously the installation was quite complex, now we worked hard to make it easier.
The process is built on "drush", the Drupal command line tool. (see more: http://drupal.org/documentation/modules/drush).
The installation has two parts: a Drupal part, and a Solr part.
The Drupal part
If you have Drush:
$ cd /var/www # the Apache httpd server's webroot directory
$ drush dl xc_installation-6.x-1.3-rc9 --drupal-project-rename=xc-1.3-rc9
$ cd xc-1.3-rc9