483871d8926fd5987340effdceb007a06babdf1f
[atutor.git] / mods / merlot / README
1 #Merlot Module for ATutor README
2 /*
3 This module provides simple and advanced search tools for searching the Merlot Educational Resource database. Resources listed in search results can be added directly to ATutor course links, if course links are enabled. Students can also add Merlot resources to group links, and to course links with approval from the instructor. Also provide direct links to the full record on the Merlot site, as well as links to assignments where they exist for a particular resource.
4 */
5 Merlot Location
6 http://fedsearch.merlot.org:9090/jaxrpc-MerlotSearch/searchservice?WSDL
7
8 Merlot Key
9 This modules requires a Merlot Key to function.  Visit the Merlot Web site to obtain a key.
10 http://www.merlot.org/merlot/signWebServicesForm.htm
11
12 Requirements
13 1. php 4.3 + with expat and soap enabled.
14 or
15 php 5+ (default install of php 5 includes the required php libraries)
16 2. ATutor 1.6.2+
17
18
19 Installation
20 1. Copy the downloaded module into the mods/ directory of ATutor
21 2. Unzip the module file to produce the merlot/ directory
22 3. Login to ATutor as the administrator, go to Modules, then Install Module. Choose the merlot module from the list of modules available for installation.
23 4. Once installed enable the module through the main modules screen. This will produce an admin "Merlot Repository" Tab through which the Merlot module can be configured.
24 5. Configure the module by entering the key you recieved.
25 6. Enter the location of the Merlot repository, and save the settings
26 (http://fedsearch.merlot.org:9090/jaxrpc-MerlotSearch/searchservice?WSDL)
27 7. Done. Logout as the admin, then login as a course instructor and through Manage>Student Tools enable the module for a course.
28