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
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# About
2
2
3
-
This is a module, which integrates etherpad-lite in Moodle 2.3 - 2.4
3
+
This is a module, which integrates etherpad-lite in Moodle 2.5 - 2.x
4
4
5
5
Features:
6
6
@@ -18,20 +18,21 @@ You need an etherpad-lite server, which is running on at least the same 2nd-leve
18
18
19
19
On the github page you'll find all information you need, to install the server: https://github.com/ether/etherpad-lite
20
20
21
-
We recommend to use the etherpad-lite version 1.2.7
21
+
We recommend to use the etherpad-lite version 1.3.0
22
22
23
23
It's also recommended to use the latest stable release of nodejs
24
24
(http://nodejs.org/)
25
25
26
-
*we are using nodejs 0.6.12, installed over apt-get for our productive server. But we test new ep-lite versions always with this node version, before updating productive*
26
+
*we are using nodejs 0.8.26. But we test new ep-lite versions always with this node version, before updating productive*
27
27
28
-
When you want, that the server is only accessible via Moodle, then i recommend to install ep_remove_embed over the ep-lite admin interface. This removes the embed link.<br>
28
+
When you want, that the server is only accessible via Moodle, then I recommend to install ep_remove_embed over the ep-lite admin interface. This removes the embed link.<br>
29
29
*To access the admin area, uncomment the user section in settings.json*
- donwload nodejs from nodejs.org and compile it (you can use 'n' to switch between versions <https://www.npmjs.org/package/n>)
35
+
- etherpad-lite from git
35
36
- ep-lite settings.json:
36
37
- "requireSession":true
37
38
- "editOnly":true
@@ -55,6 +56,4 @@ When you want, that the server is only accessible via Moodle, then i recommend t
55
56
5. Session elapse time: How long should one session be valid?
56
57
6. Https Redirect: This redirects moodle to https, so that the user feels secure <br>(later this should be used to delete sessions on the etherpadlite server)
57
58
7. Verify HTTPS cert: This lets curl check, if the https cert of the etherpadlite server is valid, to prevent man in the middle attacks
0 commit comments