Skip to content

Commit

Permalink
More Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwelde committed Oct 30, 2012
1 parent 3f2d88d commit ce349bd
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
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*

0 comments on commit ce349bd

Please sign in to comment.