Skip to content

Docker image for Omeka A11y with setup for DPLAH-facilitated passthrough workflow

Notifications You must be signed in to change notification settings

kelynch/docker-omeka_a11y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omeka_a11y Docker Image

Docker image to build and deploy an installation of Omeka_a11y with plugins required to facilitate DPLAH's Passthrough Workflow.

Instructions

Build and Deploy

  • Build the image:

    docker build -t omeka_a11y:latest .
    
  • Spin up the application:

    docker-compose up
    

Import items from CSV to OAI

  • Go to http://localhost and fill out the site form. You can leave all of the default values populated as they are here, just specify usernames/emails for the super user and admin, and the site name.

  • Log into the admin dashboard. Go to the Plugins page and activate all three plugins.

  • Create a public collection from the Add a Collection page.

  • Go to the CSV Import page to import items from a prepared CSV file.
    Notes:

    • All items must be set to "public" in order to appear in the OAI feed.
    • The identifier column must occur before the thumbnail column.
    • The "file" column must be checked for the thumbnail column.
    • Multi-valued fields are separated by the "|" character.
    • Item type should be set to "Still Image" in the Omeka interface if objects are represented by static images.
  • Once some items have been added, go to the OAI-PMH ListRecords endpoint to preview the OAI feed.

About

Docker image for Omeka A11y with setup for DPLAH-facilitated passthrough workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages