Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Most of the Enhancement Modules are installed much in the same way as the Essential Modules:

  • download Download the Solution Pack, Tool & Dependencies or Search Modules from the Release Notes and Downloads section.
  • Unzip the module, and move the module root tree striped of the version number into the /var/www/drupal/sites/all/modules
  • In the case of a Dependency Library unzip it and move it into the library location: /var/www/drupal/sites/all/libraries
  • fix Fix the permissions on the module to: chown -R www-data:www-data
  • Enable the uploaded module by navigating to base-site-url/admin/modules, scrolling down to the  Module (in the 'Islandora' category), checking the box to the left of it, and then scrolling to the bottom of the page and clicking the 'Save configuration' button.
  • Once installed, configuration options for the Islandora module in question can be found on your site at http://path.to.your.site/admin/islandora/configure
  • Once configured, you should be able to test the module. Ensure that the 'testing' module is enabled in Drupal (it is not by default), then go to Configuration - > Development - > Testing and click the link.
  • This will pop up a new window with a list of tests to run. Scroll down to the module in question, then click the checkbox. Scroll down to the bottom and click "Run Tests".

...

This installation is very tricky, and by far the most difficult of all components of the Islandora stack. Please see this post on the Islandora Google Group for details (please replace any references to release 7.x-1.3 with 7.x.1-5):
https://groups.google.com/forum/#!topic/islandora/wuOjmRTY5Rs

...