Answers for "moodle admin cli"

0

moodle admin cli

php admin/cli/purge_caches.php
Posted by: Guest on February-22-2022
0

moodle admin cli

php admin/cli/build_theme_css.php --themes=boost
Posted by: Guest on February-22-2022
0

moodle admin cli

$ sudo -u apache /usr/bin/php admin/cli/maintenance.php --enablelater=10
Posted by: Guest on February-22-2022
0

moodle admin cli

$ sudo -u apache /usr/bin/php admin/cli/maintenance.php --enable
Posted by: Guest on February-22-2022
0

moodle admin cli

$ cd /var/www/sites/moodle/moodledata/
   $ echo '<h1>Sorry, maintenance in progress</h1>' > climaintenance.html
Posted by: Guest on February-22-2022
0

moodle admin cli

php admin/cli/kill_all_sessions.php
Posted by: Guest on February-22-2022
0

moodle admin cli

$ sudo -u apache /usr/bin/php admin/cli/maintenance.php --disable
Posted by: Guest on February-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language