moodle-docker
moodle-docker copied to clipboard
A docker environment for moodle developers
Ideally this would be in a separate container..
The main point of this issue is to track https://github.com/moodlehq/moodle-ci-runner/issues/15 , where we are aiming to reduce the skipped tests down to 0. And apply the corresponding changes here. Namely...
This is especially useful for multiple instances.
All the moodle images do include the sassc compiler. So we can enable related phpunit tests by default. This is about to: 1. Unconditionally add ```define('PHPUNIT_PATH_TO_SASSC', '/usr/bin/sassc');``` 2. Cover the...
I was trying to write a small batch file running bin/moodle-docker-compose up -d bin/moodle-docker-compose exec webserver php admin/cli/install_database.php [...] ... and it failed. Running the second command a few seconds...
Attempting to access the docker instances via ngrok URL requires some extra setup that may not be obvious to new comers. In the `config.docker-template.php` file: * `$CFG->wwwroot` is hard-coded to...
I did some experiments using appveyor to test this project on windows - but appveyor sadly doesn't support the docker environment. But moodle-docker-compose.cmd still gives me the spooks because I...
We should add a CAS server which does the basic user/password static verififcations. I have tried to use apereo/cas:v5.0.6 but got lost with the lack of documentation and then ended...
This commit adds support for a .env file to provide default environment configuration using the [shdotenv](https://github.com/ko1nksm/shdotenv) project with an environment file in the [POSIX format](https://github.com/ko1nksm/shdotenv/blob/main/docs/specification.md). I have not (yet) been...