-
Notifications
You must be signed in to change notification settings - Fork 11
Reference IIIF Image Server Configuration for Loris
Dickson Law edited this page Jun 29, 2017
·
2 revisions
- Grant read access to the
files/originalfor the user account running Loris. - Open the Loris configuration file (default:
/etc/loris2/loris2.conf)- Under the section loris.Loris, set redirect_canonical_image_request and redirect_id_slash_to_info to True.
- Under the section resolver, enable the local file system resolver by setting impl to
'loris.resolver.SimpleFSResolver'andsrc_img_rootto the absolute path of the Omekafiles/originaldirectory. - Restart Apache to complete configuring Loris
- In Omeka, sign in as a super user and configure the plugin:
- In the top menu bar, click "Plugins".
- Find IIIF Toolkit in the list of plugins and click "Configure".
- For IIIF Prefix, enter the URL of the Loris server root (the one that would produce
This is Loris, an image server that implements the IIIF Image API Level 2.when visited), followed by/{FULLNAME}
- Open the Loris configuration file (default:
/etc/loris2/loris2.conf).- Under the section resolver, enable the HTTP resolver by setting
implto'loris.resolver.SimpleHTTPResolver'andsource_prefixto the root URL of the Omeka installation plus/files/original. - Restart Apache to complete configuring Loris
- Under the section resolver, enable the HTTP resolver by setting
- In Omeka, sign in as a super user and configure the plugin:
- In the top menu bar, click "Plugins".
- Find IIIF Toolkit in the list of plugins and click "Configure".
- For IIIF Prefix, enter the URL of the Loris server root (the one that would produce
This is Loris, an image server that implements the IIIF Image API Level 2.when visited), followed by/{FULLNAME}