Versions Compared

Key

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

...

  • 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". This will take about 30 minutes to run, so go grab a coffee.

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.

...

  • Download and install the ImageMagick Drupal module.

    Code Block
    languagebash
    titleInstall the ImageMagick Drupal Module
    # cd /opt/downloads
    # unzip imagemagick-7.x-1.0.zip
    # mv imagemagick-7.x-1.0 imagemagick
    # cd /var/www/drupal/sites/all/modules
    # cp -R /opt/downloads/imagemagick .
    # chown -R www-data:www-data imagemagick 
    
  • Install the OS related dependencies for the PDF Solution Pack (imagemagick, pdftotext and ghostscript):

    Code Block
    languagebash
    titleInstall dependencies
    # apt-get install imagemagick
    # apt-get install pdftotext poppler-utils
    # apt-get install gsghostscript
    
  • Now, go into the Drupal modules menu. At the bottom, turn on Basic Image and and PDF solution packs, and save the configuration. Make sure the packages are enabled without error.
  • 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 in the "Top-level Collection" pane the two folders titled "Basic Image Collection" and "PDF Collection Collection

...