debmaker/ressources/moodle/README.MD

23 lines
434 B
Markdown

#### moodle
##### Information
Site : https://moodle.org/
Source : git://git.moodle.org/moodle.git
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y moodle
systemctl enable --now moodle-cron@1
systemctl enable --now moodle-cron@2
systemctl enable --now moodle-adhoc_task@.service@1
systemctl enable --now moodle-adhoc_task@.service@2
```