Installing Certifications
Installing from ZIP packages
Section titled “Installing from ZIP packages”MuTMS plugins are not listed in the Moodle Marketplace, so they cannot be found from within your Moodle site. Download the release package for each plugin from its tags page on GitHub and install it under Site administration ▸ Plugins ▸ Install plugins.
Dependencies are not resolved automatically — install the plugins in the order listed.
- Required plugins:
- Optionally install the following recommended plugins:
Installation via Git
Section titled “Installation via Git”For Moodle 5.1.x and later, clone plugins into public/admin/tool/..., public/enrol/..., and
public/blocks/... instead of the paths shown below. All MuTMS plugins use MOODLE_500_STABLE
for Moodle 5.1.x and later.
- 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_mulib.git admin/tool/mulib git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-enrol_muprog.git enrol/muprog git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-block_muprog_my.git blocks/muprog_my git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-block_muprogmyoverview.git blocks/muprogmyoverview git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_muprog.git admin/tool/muprog git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-block_mucertify_my.git blocks/mucertify_my git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_mucertify.git admin/tool/mucertify- Clone the optional 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-customfield_mutrain.git customfield/field/mutrain git clone -b MOODLE_400_STABLE https://github.com/moodleworkplace/moodle-tool_certificate.git admin/tool/tool_certificate git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-certificateelement_muprog.git admin/tool/certificate/element/muprog git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-certificateelement_mucertify.git admin/tool/certificate/element/mucertify- Continue with the standard Moodle installation.