Viewers
Viewers copied to clipboard
[Bug] Outdated docs
Describe the Bug
https://docs.ohif.org/configuration/datasources/static-files/
This is what written in the docs:
git clone https://github.com/OHIF/static-wado
cd static-wado
./gradlew installDist
StaticWado/build/install/StaticWado/bin/StaticWado -d /dicomweb /dicom/study1
cd /dicomweb
npx http-server -p 5000 --cors -g
I cloned from https://github.com/OHIF/static-wado but there is no gradlew. This repo looks like a JS project, not Java. Also, the repo is archived and pointing to another JS repo.
Steps to Reproduce
- Visit https://docs.ohif.org/configuration/datasources/static-files/
The current behavior
gradlew is used in the instruction.
The expected behavior
Something else.
OS
N/A
Node version
N/A
Browser
N/A
@wayfarer3130