Install moodle 5,2 di docker: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 September 2026

  • curprev 16:2916:29, 1 September 2026 Smpdbos talk contribs 1,563 bytes +1,563 Created page with " 1. Install Docker and Docker Compose on Ubuntu First, update your system packages and install Docker if you haven't already: <code>sudo apt update sudo apt install docker.io docker-compose-v2 -y sudo systemctl start docker sudo systemctl enable docker</code> 2. Create a Project Directory Make a new folder for your Moodle project and move inside it: <code>mkdir moodle-docker cd moodle-docker</code> 3. Create the <code>docker-compose.yml</code> File Create a confi..." Tag: Visual edit