Skip to content

serlo/moodle-theme_serlo

Folders and files

NameName
Last commit message
Last commit date
Jul 4, 2024
Oct 15, 2024
Oct 15, 2024
Oct 14, 2024
Jul 4, 2024
Oct 14, 2024
Feb 7, 2025
Jul 21, 2024
Feb 7, 2025
Jul 21, 2024
Jul 21, 2024
Oct 15, 2024

Repository files navigation

How to develop using Docker

  1. docker compose up -d
  2. 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)
  3. Go to Browser http://localhost, login with
user: user
password: bitnami
  1. If it's your first login, install the theme.
    Otherwise, go to "Site Administration > Local plugins > Manage local plugins"
  2. Select the new theme at 'Site Administration > Appearence > Theme'
  3. When you're done developing -> docker compose down -v