You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,13 @@ It allows users to:
31
31
32
32
Apps directory is set using the `WEB_ASSET_APPS_PATH` environment variable.
33
33
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
+
34
41
## Creating Presentation
35
42
36
43
Please, refer to the [documentation](https://revealjs.com/markdown/) for more information about creating a presentation using markdown.
### Adding Md-Viewer to the oCIS Deployment Example
79
-
80
-
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.
81
-
82
-
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.
83
-
3. Run `docker compose up` to run the extension with oCIS
0 commit comments