Skip to content

Commit ce349bd

Browse files
committed
More Documentation
1 parent 3f2d88d commit ce349bd

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
This is a etherpadlite-module for Moodle 2.x
1+
# About
22

3+
This is a etherpadlite-module for Moodle 2.0-2.2
34

4-
INSTALLATION
55

6-
Copy this repository to the moodle subfolder mod/etherpadlite
6+
# INSTALLATION
77

8-
open your admin/index.php page and follow the instructions
8+
1. Copy this repository to the moodle subfolder: **mod/etherpadlite**
99

10+
2. open your admin/index.php page and follow the instructions
1011

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
20+
8. Guests allowed to write?: As described
21+
22+
<br>
23+
*tested with Moodle 2.0-2.2*

0 commit comments

Comments
 (0)