Skip to content

Latest commit

 

History

History

dsw-document-worker

Data Stewardship Wizard Document Worker

User Guide GitHub release (latest SemVer) Docker Pulls LICENSE CII Best Practices Python Version

Worker for assembling and transforming documents

Dependencies

For more information, see deployment example.

Documentation

For general information, please visit our User Guide.

DSW Document Worker technical documentation for template development:

Docker

Docker image is prepared with basic dependencies and worker installed. It is available though Docker Hub: datastewardshipwizard/document-worker.

Build image

You can easily build the image yourself:

$ docker build . -t docworker:local

Mount points

  • /app/config.yml = configuration file (see example)
  • /usr/share/fonts/<type>/<name> = fonts according to Debian wiki (for wkhtmltopdf)

Fonts

We bundle Docker image with default fonts (for PDF generation, see fonts folder):

License

This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.