1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Softcode Moodle & poppler-utils pdftoppm to convert PDF to PNG

This commit is contained in:
root 2021-07-20 13:20:42 -04:00
parent e8613a4082
commit 1427fde789
3 changed files with 18 additions and 10 deletions

View file

@ -10,7 +10,7 @@ sudo -u {{ apache_user }} \
--wwwroot=http://{{ iiab_hostname }}.{{ iiab_domain }}/moodle \
--dataroot={{ moodle_data }} \
--dbtype=pgsql \
--dbname={{ moodle_database_name }} \
--dbname={{ moodle_db_name }} \
--dbuser=Admin --dbpass=changeme \
--fullname=Your_School \
--shortname=School \