Skip to content

Commit cb1ddae

Browse files
committed
adding path to yml file
file still needs to be correctly configured and corresponding branch (#67) needs to be merged
1 parent ea40d25 commit cb1ddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ As oCIS administrator, you can add custom web applications for your users. By ad
3939
oCIS provides some [Deployment Examples](https://github.com/owncloud/ocis/tree/master/deployments/examples/) including detailed configuration step by step guides for [local production setup](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [deployment of Infinite Scale on the Hetzner Cloud](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html).
4040
In both cases, it only takes three very small and simple steps to add the DICOM Viewer Web Extension to the [oCIS Deployment Example](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/) of your own installation:
4141

42-
1. Navigate to the `/opt/compose/ocis/ocis_full` folder of your installation and copy [`dicom-viewer.yml`](TODO: insert path to file!!!) into the [`web_extensions`](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/web_extensions) subfolder.
42+
1. Navigate to the `/opt/compose/ocis/ocis_full` folder of your installation and copy [`dicom-viewer.yml`](https://github.com/owncloud/web-app-dicom-viewer/blob/main/dicom-viewer.yml) into the [`web_extensions`](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/web_extensions) subfolder.
4343

4444
2. Add `DICOMVIEWER=:web_extensions/dicom-viewer.yml` to the `## oCIS Web Extensions ##` section of the `.env` file (file is located in `/opt/compose/ocis/ocis_full`) of your own installation.
4545

0 commit comments

Comments
 (0)