Ceci est une ancienne révision du document !
Moodle
site officiel de moodle: http://moodle.org/
Moodle est une plate-forme d'apprentissage en ligne (e-learning en anglais) sous licence open source servant à créer des communautés d'apprenants autour de contenus et d'activités pédagogiques.
Doc
http://docs.moodle.org/en/Presentations
http://fr.wikipedia.org/wiki/Moodle
http://docs.moodle.org/en/Question_types
http://docs.moodle.org/en/wiki#Setting_up_and_editing_a_Wiki /
Books
COLE Jason & FOSTER Helen Using Moodle, O'Reilly
Backups
backups_moodle Faire des sauvegardes de son moodle en ligne de commande
Upgrading
http://docs.moodle.org/en/Upgrading#Backup_important_data
#!/bin/bash #a tiny script to upgrade your moodle #first backup all on line #go to the parent directory of your moodle #put here the path moodle=ecours mv $moodle $moodle.backup tar xvzf moodle*.tgz mv moodle $moodle #Next, copy across your config.php, any other plugins such as custom themes, and your .htaccess file if you created one: cp $moodle.backup/config.php $moodle #if you made your own theme #cp -pr $moodle.backup/theme/mytheme $moodle/theme/mytheme #Don't forget to chmod 777 $moodle/config.php
best: use cvs http://docs.moodle.org/en/CVS_for_Administrators