Skip to content

Dmfama20/docker_moodle_minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create your self-built Docker Moodle tesing environment

This repository provides a minimal Moodle testing environment based on docker compose.

Disclaimer

This deployment is NOT intended for a production environment. It is an reference implementation aimed at Moodle testers.

How to start

1.) Clone this repository inside a folder

git clone https://github.com/Dmfama20/docker_moodle_minimal.git minimal_moodle

2.) Place your favourite moodle version inside the moodle folder. You can get it from moodle.org.

3.) Install moodle via browser

OR

via CLI:

docker exec -it docker_moodle-app php admin/cli/install.php --lang=de --wwwroot=localhost --dataroot=/var/www/moodledata --dbtype=mariadb --dbhost=docker_moodle-db --dbname=moodle --dbuser=moodledude --dbpass=mysecretpassword --prefix=mdl_ --fullname=moodle_minimal --shortname=moodle_minimal --adminpass=test [email protected] --agree-license --non-interactive

4.) Visit your moodle at http://localhost:8088

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published