kit-sdq / TimeSheetGenerator

TimeSheetGenerator is an application that checks and builds time sheet documents.
MIT License
23 stars 6 forks source link

add Docker scripts #109

Closed larsk21 closed 1 year ago

larsk21 commented 4 years ago

add scripts to build, export and run a docker image containing a small LaTeX distribution and the executable of the TimeSheetGenerator

! please test extensively !

larsk21 commented 4 years ago

typical usage for a developer:

mvn package
cd docker
./build_docker_image.sh
./export_docker_image.sh [version]

(delete all generated images to see if the import works)

typical usage for a user:

unzip timesheetgenerator_docker_[version].zip
docker load -i timesheetgenerator_[version].tar.gz
./run_docker_build_pdf.sh <global json> <month json> <output pdf>
dfuchss commented 1 year ago

Closing for now. If the PR shall be reopened, just do that :)