Omeka plugin to display TIFF images in a Mirador IIIF viewer. This plugin provides an IIIF Presentation and Search endpoint for your Omeka items, and displays the item's files in a Mirador Viewer.
- Install IIIF Image Server
- At Kent State University Libraries we used Loris on RHEL 7
- You'll want to be sure to configure your IIIF resolver to serve files from your Omeka "files/original" folder.
- You can either set your resolver's source image root to be the "/path/to/files/original" folder, or you can create a new folder on your server and use a symlink to point it to "files/original"
- Clone this repository in your Omeka "plugins" folder
git clone https://github.com/kent-state-university-libraries/Mirador.git
- Download OR Build mirador
- Download (easiest way)
cd Mirador/views/public/mirador
wget https://github.com/ProjectMirador/mirador/releases/download/v2.4.0/build.tar.gz
tar -zxvf build.tar.gz
rm build.tar.gz
- Build
cd Mirador
git submodule init views/public/mirador
cd views/public/mirador
- follow the build instructions for Mirador
- Download (easiest way)
- Enable the plugin and complete the configuration form
- All your TIFF files should now be displayed using the Mirador viewer when viewing you Omeka items in the public display