Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: tangy5 <[email protected]>
  • Loading branch information
tangy5 committed Oct 31, 2024
1 parent c5ec51d commit 3b2beb5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions plugins/ohifv3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,33 @@ To run the OHIF plugin, update DICOM and MONAI Server Endpoints in configs/nginx
```bash
sh run.sh
```

You can also open dev mode in OHIF Viewer:
```bash
# cd Viewers, cd to the ohifv3/Viewers folder after yarn build.
# use cors friendly browser such as Chrome:
# google-chrome --disable-web-security --user-data-dir="/tmp/chrome_dev"

yarn run dev:orthanc
```

You can then visit http://127.0.0.1:3000/ohif/ on your browser to see the running OHIF.


### VISTA Interactive Models example

```bash
# use local monialbel build if monailabel is not the latest tagged.

# git clone https://github.com/Project-MONAI/MONAILabel.git

# git switch to the branch neede.

# command to start monailabel server with vista3d
'path/to/MONAILabel/monailabel/scripts/monailabel' start_server --app sample-apps/monaibundle --studies http://127.0.0.1:8042/dicom-web --conf models vista3d
```


### Installing Orthanc (DICOMWeb)

#### Ubuntu 20.x
Expand Down

0 comments on commit 3b2beb5

Please sign in to comment.