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: plugin/onlyoffice/README.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Chamilo ONLYOFFICE integration plugin
1
+
# ONLYOFFICE plugin for Chamilo
2
2
3
-
This plugin allows users to edit office documents from [Chamilo](https://chamilo.org) using ONLYOFFICE Docs packaged as Document Server - [Community or Enterprise Edition](#onlyoffice-docs-editions).
3
+
This plugin enables users to edit office documents from [Chamilo](https://chamilo.org) using ONLYOFFICE Docs packaged as Document Server - [Community or Enterprise Edition](#onlyoffice-docs-editions).
4
4
5
-
The plugin is compatible with Chamilo v1.11.16 and later, although some features might only work on the [latest stable version](https://chamilo.org/download) of Chamilo.
5
+
The plugin is compatible with Chamilo v1.11.16 or newer.
6
6
7
7
## Features
8
8
@@ -54,7 +54,12 @@ the third party, here is the recommended procedure:
54
54
git submodule update --init --recursive
55
55
```
56
56
57
-
3. Clean up
57
+
3. Get plugin dependencies:
58
+
```
59
+
composer install
60
+
```
61
+
62
+
4. Collect all files
58
63
```
59
64
mkdir /tmp/onlyoffice-deploy
60
65
mkdir /tmp/onlyoffice-deploy/onlyoffice
@@ -64,13 +69,13 @@ the third party, here is the recommended procedure:
On the Plugins page, find ONLYOFFICE and click _Configure_. You'll see the _Settings_ page. Enable the plugin and specify the _Document Server address_.
96
101
97
-
Starting from version 7.2, JWT is enabled by default and the secret key is generated automatically to restrict the access to ONLYOFFICE Docs and for security reasons and data integrity.
98
-
Specify your own **Secret key** on the Chamilo **Settings** page. The key can be found on your OnlyOffice server, depending on the type of server. See the ONLYOFFICE Docs [config file](https://api.onlyoffice.com/editors/signature/) page for more details.
102
+
Starting from version 7.2, JWT is enabled by default and the secret key is generated automatically to restrict the access to ONLYOFFICE Docs and for security reasons and data integrity.
103
+
Specify your own **Secret key** on the Chamilo **Settings** page. The key can be found on your OnlyOffice server, depending on the type of server. See the ONLYOFFICE Docs [config file](https://api.onlyoffice.com/docs/docs-api/additional-api/signature/) page for more details.
99
104
Specify the same secret key (search for a long hash string next to "secret") and save.
100
105
101
106
The plugin will tell you if anything is wrong.
@@ -128,7 +133,7 @@ The plugin will tell you if anything is wrong.
128
133
* Learners have access to a new ONLYOFFICE icon next to all documents supported by ONLYOFFICE in the documents tool.
129
134
* In the learning paths, the viewer seamlessly integrates with Chamilo to open the supported documents.
130
135
131
-
More information on integration ONLYOFFICE Docs can be found in the [API documentation](https://api.onlyoffice.com/editors/basic).
136
+
More information on integration ONLYOFFICE Docs can be found in the [API documentation](https://api.onlyoffice.com/docs/docs-api/get-started/basic-concepts/).
0 commit comments