Installing Training credits
Using the Moodle plugins database
Section titled “Using the Moodle plugins database”- Install the following plugin:
- The following required dependencies will be installed automatically:
Installation via Git
Section titled “Installation via Git”For Moodle 5.1.x, clone plugins into public/admin/tool/... and public/customfield/...
instead of the paths shown below. All MuTMS plugins use MOODLE_500_STABLE for Moodle 5.1.x.
- Clone the latest supported Moodle release:
git clone -b MOODLE_405_STABLE https://github.com/moodle/moodle.git cd moodle- Clone the required plugin repositories:
git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_mutrain.git admin/tool/mutrain git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_mulib.git admin/tool/mulib git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-customfield_mutrain.git customfield/field/mutrain- Continue with the standard Moodle installation.