Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 876 Bytes

File metadata and controls

36 lines (25 loc) · 876 Bytes

Add IMDI conversion to FLAT

Requirements

This docker file depends on the FLAT base image.

Provides

  • isle2clarin converstion tool
  • CMDIified IMDI to Dublin Core stylesheet

Building the image

  1. Start your docker environment
  2. Run:
docker build -t flat ./add-imdi-conversion-to-flat

Running the image

  1. Start your docker environment
  2. Run
docker run -p 80:80 -v ~/my-resources:/lat -it flat

Additional configuration

Importing metadata and resources

Inside the container the /app/flat directory contains various scripts to convert and import metadata into the FLAT repository:

  • do-0-convert.sh: converts all IMDI metdata files found in /app/flat/src into CMD records, which will be stored in /app/flat/cmd.

Notes

References