From 0921335c95544215db49d7b3ebecfd15af8c1f86 Mon Sep 17 00:00:00 2001 From: Benedikt <benedikt.seeger@ptb.de> Date: Thu, 27 Jun 2024 09:37:53 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b350b65..70edb59 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,9 @@ This repo contains the HTML Code to display a landing page for the DCC-Aplicatio | dccQuantities | Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- | | pyDccDisplayer | Bokeh Web-GUI to extract tables from The DCC, plot them, and allow download as XLSX or CSV | [pydccdisplayer](https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer) | -- | [benesee/dccdisplayer/general](https://hub.docker.com/repository/docker/benesee/dccdisplayer) | | dccTableTool | Web-GUI to create DCC-XML tables from XLSX/ODS files and insert them into an XML, plus a REST-Server to automate this task | [dccTableTool](https://gitlab1.ptb.de/Seeger/pydccanddbtools) | -- | [benesee/dcctabletool](https://hub.docker.com/repository/docker/benesee/dcctabletool/general) | + + +# Deployment + +A Dockercompose file to deploy all aplications as an docker Stack can be Found in the repo +https://gitlab1.ptb.de/digitaldynamicmeasurement/dccappsdocker -- GitLab