Skip to content

Installing Custom home pages

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.

  1. MuTMS library
  2. Custom home pages

For Moodle 5.1.x and later, clone plugins into public/admin/tool/... instead of the paths shown below. All MuTMS plugins use MOODLE_500_STABLE for Moodle 5.1.x and later.

  1. Clone the latest supported Moodle release:
Terminal window
git clone -b MOODLE_405_STABLE https://github.com/moodle/moodle.git
cd moodle
  1. Clone the required plugin repositories:
Terminal window
git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_muhome.git admin/tool/muhome
git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_mulib.git admin/tool/mulib
  1. Continue with the standard Moodle installation.