Docker image to build and deploy an installation of Omeka_a11y with plugins required to facilitate DPLAH's Passthrough Workflow.
-
Build the image:
docker build -t omeka_a11y:latest .
-
Spin up the application:
docker-compose up
-
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.