-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
This is a etherpadlite-module for Moodle 2.x | ||
# About | ||
|
||
This is a etherpadlite-module for Moodle 2.0-2.2 | ||
|
||
INSTALLATION | ||
|
||
Copy this repository to the moodle subfolder mod/etherpadlite | ||
# INSTALLATION | ||
|
||
open your admin/index.php page and follow the instructions | ||
1. Copy this repository to the moodle subfolder: **mod/etherpadlite** | ||
|
||
2. open your admin/index.php page and follow the instructions | ||
|
||
(tested with Moodle 2.0-2.2) | ||
# Configuration | ||
1. Server Url from your etherpadlite server | ||
2. ApiKey: this is stored in the file: APIKEY.txt on your etherpadlite server | ||
3. Padname: this is optional and maybe just for debugging the databse | ||
4. Cookie Domain: Enter the domain as described | ||
5. Session elapse time: How long should one session be valid? | ||
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) | ||
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 | ||
8. Guests allowed to write?: As described | ||
|
||
<br> | ||
*tested with Moodle 2.0-2.2* |