Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Technical Research LMS Moodle Setup

IT-REX-Platform edited this page Mar 28, 2021 · 1 revision

How to replicate our Moodle testing instance

  1. git clone https://github.com/IT-REX-Platform/moodle-docker -> /srv/moodle-docker
  2. git clone https://github.com/moodle/moodle -> /srv/moodle
  3. mkdir /srv/moodle-db-pg, make sure docker can write here
  4. cd /srv/moodle-docker && ./launch.sh
Clone this wiki locally