How to develop using Docker
docker compose up -d
docker compose exec moodle ln -s /serlotheme /bitnami/moodle/theme/serlo
(you may need to wait about a minute until the folder/bitnami/moodle
is populated)- Go to Browser
http://localhost
, login with
user: user
password: bitnami
- If it's your first login, install the theme.
Otherwise, go to "Site Administration > Local plugins > Manage local plugins" - Select the new theme at 'Site Administration > Appearence > Theme'
- When you're done developing ->
docker compose down -v