Running On-Premise
Run the Universal Data Tool on your infrastructure.
Run via Docker
# Starts the Universal Data Tool on port 3000 and a collaborative server on 3001
docker run -d -p 3000:3000 -p 3001:3001 \
-e UDT_collaborationServer_url=http://localhost:3001 \
universaldatatool/universaldatatool
Independent Collaboration Server
Last updated