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
+29-22Lines changed: 29 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
A markdown presentation viewer for [ownCloud web](https://github.com/owncloud/web/)(the webUI of [oCIS](https://github.com/owncloud/ocis/)) using the [reveal.js](https://revealjs.com/) library.
5
+
A markdown presentation viewer for [OpenCloud](https://github.com/opencloud-eu/opencloud/)and [oCIS](https://github.com/owncloud/ocis/) using the [reveal.js](https://revealjs.com/) library.
-[oCIS](https://github.com/owncloud/ocis) (>= 6.x.x) or [OpenCloud](https://github.com/opencloud-eu/opencloud/) (>= 2.0.0)
21
20
22
21
## App Installation
23
22
24
-
> NOTE: Requires oCIS >= 6.0.0
25
-
26
23
1. Download the zip file from the [releases page](https://github.com/JankariTech/web-app-presentation-viewer/releases)
27
24
28
-
For example: `mdpresentation-viewer-x.x.x.zip`
25
+
For example: `mdpresentation-viewer-<architecture>-x.x.x.zip`
29
26
30
-
2. Extract the zip file to the `apps` directory of the oCIS server.
27
+
2. Extract the zip file to the `apps` directory of the OpenCloud/oCIS server.
31
28
32
29
Apps directory is set using the `WEB_ASSET_APPS_PATH` environment variable.
33
30
34
-
### App Installation With [oCIS Deployment](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full)
31
+
### App Installation With [OpenCloud](https://github.com/opencloud-eu/opencloud/tree/main/deployments/examples/opencloud_full) or [oCIS Deployment](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full)
35
32
36
-
1. Copy [`deployments/mdpresentation-viewer.yml`](./deployments/mdpresentation-viewer.yml) into the [web_extensions](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_full/web_extensions)
37
-
subfolder of oCIS full deployment example.
38
-
2. Add `MDPRESENTATION_VIEWER=: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`) and append it to the `COMPOSE_FILE` variable.
33
+
1. Copy [`deployments/mdpresentation-viewer.yml`](./deployments/mdpresentation-viewer.yml) into the `web_extensions`
34
+
subfolder.
35
+
2. Add `MDPRESENTATION_VIEWER=:web_extensions/mdpresentation-viewer.yml` to the `Web Extensions` section of the `.env` file of your installation and append it to the `COMPOSE_FILE` variable.
0 commit comments