Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (38 loc) · 2.47 KB

README.md

File metadata and controls

60 lines (38 loc) · 2.47 KB

Data Stewardship Wizard Document Worker

User Guide GitHub release (latest SemVer) Docker Pulls Document Worker CI GitHub CII Best Practices

‼️ This project has been moved to monorepo ds-wizard/engine-tools ‼️

ds-wizard/mailer

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.