Logo Lanfrica

KnowTechTure/Theme_SOM

Domaine:

educationdigital infrastructure

Type de record:

software
Créateur:
Kno
Hôte:
This theme was developed to meet the specific needs of Somalia for the Moodle e-learning platform. # moodle-theme_ktt_boost_child_som ## Moodle docs docs.moodle.org ## Github theme boost github.com ## Docker ### install docker pull bitnami/moodle:4.1.1 curl -sSL raw.githubusercontent.com > docker-compose.yml docker-compose up -d * docker network create moodle-network * docker network rm moodle-network docker volume create --name mariadb_data docker run -d --name mariadb \ --env ALLOW_EMPTY_PASSWORD=yes \ --env MARIADB_USER=bn_moodle \ --env MARIADB_PASSWORD=bitnami \ --env MARIADB_DATABASE=bitnami_moodle \ --network moodle-network \ --volume mariadb_data:/bitnami/mariadb \ bitnami/mariadb:latest docker volume create --name moodle_data docker run -d --name moodle \ -p 8080:8080 -p 8443:8443 \ --env ALLOW_EMPTY_PASSWORD=yes \ --env MOODLE_DATABASE_USER=bn_moodle \ --env MOODLE_DATABASE_PASSWORD=bitnami \ --env MOODLE_DATABASE_NAME=bitnami_moodle \ --network moodle-network \ --volume moodle_data:/bitnami/moodle \ bitnami/moodle:4.1.1 ### cmd hub.docker.com docker ps docker exec -it moodle411-moodle-1 bash cd /bitnami/moodle ls docker ps docker cp C:\GitHubRepositories\kimbalear\ktt_boost_child_som moodle411-moodle-1:/bitnami/moodle/theme/ktt_boost_child_som docker exec -it moodle411-moodle-1 bash ls -l /bitnami/moodle/theme/ktt_boost_child_som/ ### del directory docker exec moodle411-moodle-1 rm -r /bitnami/moodle/theme/ktt_boost_child_som ## Testing localhost # dependencias * static page TOKEN # Implementation ## Files involved * config.php - $THEME->sheets = ['custom']; - $THEME->javascripts = array('custom'); - creacion de directorio y file en el raiz del tema hijo: /javascripts/custom.js * mymobileapp.css * frontpage.mustache ## Web services * Custom services - Name: course_carousel - Short n …