Skip to content

Commit d0140be

Browse files
committed
addressed review
1 parent acc9547 commit d0140be

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ It allows users to:
3131

3232
Apps directory is set using the `WEB_ASSET_APPS_PATH` environment variable.
3333

34-
### Installating Md-Viewer to the oCIS Deployment
35-
36-
1. Navigate to the `deployments/examples/ocis_full/web_extensions` folder of your installation and copy [`mdviewer.yml`] into the [`web_extensions`](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/web_extensions) subfolder.
37-
38-
2. Add `MDVIEWER=:web_extensions/mdviewer.yml` to the `## oCIS Web Extensions ##` section of the `.env` file of your installation (file is located in `deployments/examples/ocis_full`).\ Add that variable in the `COMPOSE_FILE` variable at the last line.
39-
3. Run `docker compose up` to run the extension with oCIS
40-
oCIS URL: [ocis.owncloud.test](https://ocis.owncloud.test)
34+
### App Installation With [oCIS Deployment](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full)
35+
36+
1. Copy [`deployments/mdpresentation-viewer.yaml`](./deployments/mdpresentation-viewer.yaml) into the [web_extensions](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/web_extension)
37+
subfolder of oCIS full deployment example.
38+
2. Add `MDVIEWER=:web_extensions/mdpresentation-viewer.yml` to the `## oCIS Web Extensions ##` section of the `.env` file of your installation (file is located in `deployments/examples/ocis_full`).\ Add that variable in the `COMPOSE_FILE` variable at the last line.
39+
3. Run `docker compose up` to run oCIS with the extensions
40+
oCIS URL: [ocis.owncloud.test](https://ocis.owncloud.test)
41+
See the [docs](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full).
4142

4243
## Creating Presentation
4344

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
services:
44
ocis:
55
depends_on:
6-
md-viewer:
6+
mdpresentation-viewer:
77
condition: service_completed_successfully
88

9-
md-viewer:
10-
image: jankaritech/md-presentation-viewer:2.0.0
9+
mdpresentation-viewer:
10+
image: jankaritech/mdpresentation-viewer:2.0.0
1111
user: root
1212
volumes:
1313
- ocis-apps:/apps

0 commit comments

Comments
 (0)