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:
parent
72b3b3760d
commit
49c97b1b00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue