Versions Compared

Key

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

...

Installing the Islandora Basic Collection Solution Pack

  • Download the Basic Collection Solution Pack from the Release Notes and Downloads page. Unzip the contents and rename the directory such that the version number is stripped out, then copy it to /var/www/drupal/sites/all/modules and change the owner to www-data.
Code Block
languagebash
titleInstall Basic Collection and Basic Image solution packsSolution Packs
# cd /opt/downloads
# unzip islandora_solution_pack_collection-7.x-1.4.zip
 ...
# mv islandora_solution_pack_collection-7.x-1.4 islandora_solution_pack_collection
# cd /var/www/drupal/sites/all/modules
# cp -R /opt/downloads/islandora_solution_pack_collection .
# chown -R www-data:www-data islandora_solution_pack_collection
  • Now, go into the Drupal modules menu. At the bottom, turn on Basic Collection Solution pack, and save the configuration. Make sure the package is enabled without error.
  • Then  go to the main page of the Drupal site. Click the link on the bottom left of the screen that says Islandora Repository. You should see a "Islandora Repository" link on the Navigation Pane and a window titled "Top-level Collection".

 

Test the Basic Collection Solution Pack installation:

 

  • Once Basic Collection is enabled, you should be able to test. 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 Islandora, then click the checkbox. Scroll down to the bottom and click "Run Tests".

 

Installing the Starter Kit

  • Download the Islandora Basic Image Solution Pack and  the Islandora PDF Solution Pack from the Release Notes and Downloads page. Unzip the contents and rename them without the version numbers, then copy them to /var/www/drupal/sites/all/modules and change the owner to www-data.
Code Block
languagebash
titleInstall Basic Collection and Basic Image solution packsthe Starter Kit
# cd /opt/downloads
# unzip islandora_solution_pack_image-7.x-1.4.zip
 ...
# unzip islandora_solution_pack_collectionpdf-7.x-1.4.zip
 ...
# mv islandora_solution_pack_image-7.x-1.4 islandora_solution_pack_image
# mv islandora_solution_pack_pdf-7.x-1.4 islandora_solution_pack_pdf
# cd /var/www/drupal/sites/all/modules
# cp -R /opt/downloads/islandora_solution_pack_image .
# cp -R /opt/downloads/islandora_solution_pack_pdf .
# chown -R www-data:www-data islandora_solution_pack*
  • Now, go into the Drupal modules menu. At the bottom, turn on Basic Collection on Basic Image and and Basic Image service PDF solution packs, and save the configuration. Make sure the packages are enabled without error.
  • Then  go to the main page of the Drupal site. Click the link on the bottom left of the screen that says Islandora Repository. You should see a title "Top-level Collection" and a single folder titled "Basic Image Collection".
  • As with the Islandora Core, you should be able to test both Basic Collection and and Basic Image service packs. 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 Islandora Basic Collection and Islandora Basic Image, then click their checkboxes. Scroll down to the bottom and click "Run Tests".

...