mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update moodle_installer
This commit is contained in:
parent
638eedd376
commit
36462bffff
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
# May 2018: lowercase "--adminuser=admin" is still required for some odd
|
# May 2018: lowercase "--adminuser=admin" is still required for some odd
|
||||||
# reason, otherwise one cannot login to http://box.lan/moodle
|
# reason, otherwise one cannot login to http://box.lan/moodle (with
|
||||||
# (with Admin/changeme). At the same time --dbuser=Admin still begins with
|
# Admin/changeme). At the same time --dbuser=Admin still begins with
|
||||||
# a capital letter, in keeping with Internet-in-a-Box's other server apps.
|
# a capital letter, in keeping with Internet-in-a-Box's other server apps?
|
||||||
|
|
||||||
sudo -u {{ apache_user }} \
|
sudo -u {{ apache_user }} \
|
||||||
/usr/bin/php {{ moodle_base }}/admin/cli/install.php \
|
/usr/bin/php {{ moodle_base }}/admin/cli/install.php \
|
||||||
|
|
Loading…
Reference in a new issue