Docker and helper scripts for DCPValidator (https://www.zweib.com/portfolio/medienproduktion/dcp-validator/)
Go to file
Dominique Roux 5b9114541c updated README to clearify the update process 2020-05-23 10:40:55 +02:00
DCPValidator initial commit 2020-04-27 11:32:33 +02:00
README.md updated README to clearify the update process 2020-05-23 10:40:55 +02:00
build_script.sh initial commit 2020-04-27 11:32:33 +02:00
run_script.sh updated run script to auto mount usb devices (at least on *buntu machines) 2020-05-18 12:11:21 +02:00

README.md

Requirements

How To

  • On your local machine create /media/dcp
  • copy the DCPs to /media/dcp
  • run build_script.sh (as the correct user (e.g. on somet setups root))
  • run run_script.sh (as the correct user (e.g. on some setups root))
  • connect to the DCPValidator via http://localhost:8080

Update the container

  • Stop the docker container (sudo docker stop dcpvalidator; sudo docker rm dcpvalidator)
  • Update the git repo (git pull)
  • Get the newest .deb from https://www.zweib.com/portfolio/medienproduktion/dcp-validator/
  • Move it to ./DCPValidator/
  • Change the COPY line in the Dockerfile (./DCPValidator/Dockerfile) to point to the new .deb package
  • run build_script.sh
  • run run_script.sh

Hints