Versions Compared

Key

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

1. Download the Latest Version of the Islandora Drupal Filter

Download the appropriate Drupal Filter files from the Release Notes and Downloads page. Extract the contents of the archive and make sure you choose the correct JAR file for your version of Fedora. file, and copy it to $FEDORA_HOME/tomcat/webapps/fedora/WEB-INF/lib

Place the file in:

Code Block
languagebash
$ wget https://github.com/Islandora/islandora_drupal_filter/releases/download/v7.1.3/fcrepo-drupalauthfilter-3.7.0.jar
$ cp -v fcrepo-drupalauthfilter-3.x7.x0.jar $FEDORA_HOME/tomcat/webapps/fedora/WEB-INF/lib

...

5. Test the Drupal Servlet Filter

Unlike Islandora 6, Islandora 7 will test your Fedora connection for you. To verify that the servlet filter is working properly, go to the Islandora configuration page (admin/islandora/configure) and look for the green checkmark. A successful installation will look like this:

...