Installation - mutms/moodle-tool_mucertify GitHub Wiki
Installation from Moodle plugins database
- Install Certifications plugin from https://moodle.org/plugins/tool_mucertify
- Install required plugins:
- Install optional plugins:
- https://moodle.org/plugins/block_mucertify_my
- https://moodle.org/plugins/block_muprog_my
- https://moodle.org/plugins/tool_certificate
- https://moodle.org/plugins/certificateelement_mucertify
- https://moodle.org/plugins/certificateelement_muprog
- https://moodle.org/plugins/tool_mutrain
- https://moodle.org/plugins/customfield_mutrain
Installation via git
- Check out the latest LTS branch of Moodle 4.5.x
git clone -b MOODLE_405_STABLE https://github.com/moodle/moodle.git
cd moodle
- Clone 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-tool_muprog.git admin/tool/muprog
git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_mucertify.git admin/tool/mucertify
- Clone optional plugin repositories
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-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-block_mucertify_my.git blocks/mucertify_my
git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-certificateelement_mucertify.git admin/tool/certificate/element/mucertify
- Continue with standard installation
Install preview of MuTMS suite
MuTMS is a fully open and free Training Management System, a suite of plugins and patches for Moodle™ LMS.
Early preview, which includes multi-tenancy, programs, certifications and other plugins, is available on GitHub.