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

Update moodle_installer

This commit is contained in:
A Holt 2018-04-30 18:50:09 -04:00 committed by GitHub
parent 72b3b3760d
commit 49c97b1b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,9 @@ sudo -u {{ apache_user }} \
--dbuser=Admin --dbpass=changeme \
--fullname=Your_School \
--shortname=School \
--adminuser=admin --adminpass=changeme \
--adminuser=admin --adminpass=changeme \ # May 2018: lowercase "admin" is still required, otherwise Admin/changeme fails at http://box.lan/moodle
--non-interactive \
--agree-license \
--allow-unstable #TEMPORARY DURING MAY 2018 TESTING
--allow-unstable # TEMPORARY DURING MAY 2018 TESTING
chown {{ apache_user }}:{{ apache_user }} {{ moodle_base }}/config.php