Demo web viewer with CUG server backend
1.4K
docker run -p 8080:8090 -d ceetron/demo-web-viewer:latest
The demo viewer should then be available on http://localhost:8080.
docker run -p 8080:8090 -v MODELS_DIR:/usr/Models -v DATA_DIR:/usr/DemoViewerData -d ceetron/demo-web-viewer:latest
Absolute path to directory containing the model data, with the following structure:
Here, CUG DB is the output from CugConverter.
Absolute path to data directory, with the following structure:
JSON with following format:
[
{
"key": "model1Key",
"name": "Model1 Name",
"description": "Model1 Description"
},
{
"key": "model2Key",
"name": "Model2 Name",
"description": "Model2 Description"
},
...
]
Content type
Image
Digest
sha256:6aafc9c0c…
Size
79.6 MB
Last updated
3 months ago
docker pull ceetron/demo-web-viewer