document for install
ricardodelagarza - May 29, 2007 - 15:53
| Project: | Moodle Single Signon |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Chris Johnson |
| Status: | needs review |
| Issue tags: | moodle |
Jump to:
Description
Very nice project. I tried to follow the instructions but I got lost. A "follow this steps" with fictitious domain will do. for instance:
1. Copy the files at drupal modules folder drupalroot/modules/moodlesso
2. Enable the authentication plugin at Durpal:
-Moodle domain: www.domain.com/moodle
-URL: http://www.domain.com/moodle
-Salt: (no idea)
3. Copy the moodle patch:
http://git.catalyst.net.nz/gitweb?p=moodle-r2.git;a=commitdiff;h=b670f14...
to your moodle/lib/ folder
4. Configure.....

#1
Can Is econd this request?
I have got the drupal side installed, but am having trouble with the moodle side. Some nice clear instructions would be nice.
Nick
#2
I am looking to using this module. Any of you succeeded? Any suggestions and links for linking moodle to drupal would be appreciated.
Thanks
Shyamala
Netlink Technologies Ltd.
#3
1. Copy the file moodle.patch to the root of your Moodle installation.
2. Patch Moodle's lib/setup.php file by running the "patch" command from the root of your Moodle installation. As example:
%> patch < moodle.patchThis will add 3 lines (one of which is a blank line) near the end of the setup.php file.
3. Copy the file drupallib.php to the lib subdirectory in the root of your Moodle install. That is, it should be in the same directory as the setup.php file which was patched in the previous step.
4. Copy the rest of the files into the usual Drupal contributed module installation location. This is usually the sites/all/modules/moodlesso directory beneath the root of your Drupal install. That is:
%> cp -r moodlesoo <drupal-root>/sites/all/modules5. Enable the Drupal moodlesso module in the usual way.
#4