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 this repository to the moodle subfolder mod/etherpadlite
6
+
# INSTALLATION
7
7
8
-
open your admin/index.php page and follow the instructions
8
+
1. Copy this repository to the moodle subfolder: **mod/etherpadlite**
9
9
10
+
2. open your admin/index.php page and follow the instructions
10
11
11
-
(tested with Moodle 2.0-2.2)
12
+
# Configuration
13
+
1. Server Url from your etherpadlite server
14
+
2. ApiKey: this is stored in the file: APIKEY.txt on your etherpadlite server
15
+
3. Padname: this is optional and maybe just for debugging the databse
16
+
4. Cookie Domain: Enter the domain as described
17
+
5. Session elapse time: How long should one session be valid?
18
+
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)
19
+
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