Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Emeeting module.

Emeeting module: Difference between revisions

From MoodleDocs
No edit summary
m (cat edit)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The eMeeting module is a simple interface between Marratech video conferencing suite and Moodle. It allows meetings to be created on Moodle as course activities. It uses special servlets attached to the Marratech API to seamlessly create correspoding rooms on Marratech.
{{Emeeting}}
The eMeeting module is a simple interface between Marratech video conferencing suite and Moodle. It allows meetings to be created on Moodle as course activities. It uses special servlets attached to the Marratech API to seamlessly create corresponding rooms on Marratech.


===Installation===
[[Emeeting module installation]]
Dependencies: PHP 5, PEAR, PEAR package HTTP Request, running MarratechManager and installed servlets


# Extract the compressed file into your Moodle directory.
[[Emeeting module Log4j]]
# Visit the main administration page to automatically set up the module tables.
# Go into the modules administration page, click on 'Settings' for eMeeting (http://MOODLEROOT/admin/module.php?module=emeeting on Moodle 1.6).
## Set the Marratech Manager address, DO NOT include following slash (ex. http://marratech.server.com:8000).
## Set the location of additional Marratech servlets, include following slash. This can be a subdirectory of the Marratech Manager root. (ex. http://othertomcat.server.com/mdlplug/)
## Click 'Save / Update Server Info', scroll down and check that there are tempelates in the 'Profile Selection' section.


You are now ready to enjoy the eMeeting Moodle Plugin!
[[Category:Contributed code]]

Latest revision as of 14:33, 15 February 2008

The eMeeting module is a simple interface between Marratech video conferencing suite and Moodle. It allows meetings to be created on Moodle as course activities. It uses special servlets attached to the Marratech API to seamlessly create corresponding rooms on Marratech.

Emeeting module installation

Emeeting module Log4j