This docker file depends on the FLAT base image.
- isle2clarin converstion tool
- CMDIified IMDI to Dublin Core stylesheet
- Start your docker environment
- Run:
docker build -t flat ./add-imdi-conversion-to-flat
- Start your docker environment
- Run
docker run -p 80:80 -v ~/my-resources:/lat -it flat
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
.