Skip to content

Installing Supervisors & teams

  1. Install the Supervisors & teams plugin
  2. The following required plugin will be installed automatically:

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

  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_mulib.git admin/tool/mulib
git clone -b MOODLE_405_STABLE https://github.com/mutms/moodle-tool_murelation.git admin/tool/murelation
  1. Continue with the standard Moodle installation.