-
Functional Test
-
Minor
-
Moodle 4.3
CLI install
- Clone latest moodle weekly
- Create an empty database and directory for moodle data.
- Run php admin/cli/install.php --skip-database.
- Verify that config.php is populated but that the database is empty.
- Run php admin/cli/install_database.php --agree-license --adminpass=youradminpassword.
- Verify that the Moodle instance is installed.
- Drop and re-create the database and delete the config file.
- Run php admin/cli/install.php.
- Verify that the Moodle instance is installed.
Web Install
- Drop and re-create the database and delete the config file.
- Start the Install moodle via web interface.
- During the web installation, please verify the design of the following steps of the install are displayed correctly on different screen sizes:
- Finish the installation through the web and verify that the Moodle instance is installed.