2023-11-21 01:24:31 +01:00
|
|
|
#### 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
|
|
|
|
|
2024-04-13 23:16:05 +02:00
|
|
|
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
|
|
|
|
|
2023-11-21 01:24:31 +01:00
|
|
|
```
|