Skip to content

Dockerized moodle version for easier and faster moodle installation without any requirements on the host

Notifications You must be signed in to change notification settings

MuhanedYahya/dockerized-moodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Moodle

Dockerized moodle version for easier and faster moodle installation without any requirements on the host

first you need to download moodle project from its official page and it should appear as moodle next to docker-compose.yml file.

https://download.moodle.org/releases/latest/

to install and run the project

docker-compose up -d --build

When moodle installation starts, if there is a problem with the moodledata folder, you will need to give it the necessary permission from host.

chown www-data:www-data -R /var/www/moodledata/

During the moodle installation, you need to write the name of the mysql container written in the docker-compose.yml file as the database host.

You can type moodle or root as database user.

About

Dockerized moodle version for easier and faster moodle installation without any requirements on the host

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published