MDL-35238 Introduce a first version of the mdeploy.php script
commit89af176511a8d62381bea07d04a890edbd6d8f5e
authorDavid Mudrák <david@moodle.com>
Fri, 14 Sep 2012 14:18:31 +0000 (14 16:18 +0200)
committerDavid Mudrák <david@moodle.com>
Thu, 8 Nov 2012 21:33:05 +0000 (8 22:33 +0100)
treeb0c45254cdefe879a0d8ebe16f47eb6b3c9eabc2
parent966bd7852ea70151c8b297e0158ed9c5841ada0d
MDL-35238 Introduce a first version of the mdeploy.php script

This is supposed to serve as a standalone script that accepts parameters
via CLI or HTTP. As no Moodle library can be reliably included, we have
to implement our own input handling, output handling and processing the
actual update/install task.

PHPUnit is used to test the functionality. Although (again), the testing
must not be included as a part of standard Moodle PHPUnit environment
but explicitly.
mdeploy.php [new file with mode: 0644]
mdeploytest.php [new file with mode: 0644]