OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.34k stars 3.36k forks source link

[Bug] Outdated docs #3834

Open duongdominhchau opened 11 months ago

duongdominhchau commented 11 months ago

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

  1. 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

sedghi commented 11 months ago

@wayfarer3130