This repo contains the composer based install for the moodlicious sandbox.
-
Start a php container
docker run -d -it --name moodlicious-sandbox-installer -v .:/var/www/sandbox moodlehq/moodle-php-apache:8.4-bookworm
-
Enter the container
docker exec -it moodlicious-sandbox-installer bash -
Install
cd /var/www/sandbox composer install