kent-state-university-libraries / Mirador

Omeka plugin to display TIFF images in Mirador IIIF viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirador

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

  1. Install IIIF Image Server
  2. 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"
  3. Clone this repository in your Omeka "plugins" folder git clone https://github.com/kent-state-university-libraries/Mirador.git
  4. 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
  5. Enable the plugin and complete the configuration form
  6. All your TIFF files should now be displayed using the Mirador viewer when viewing you Omeka items in the public display

About

Omeka plugin to display TIFF images in Mirador IIIF viewer

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%