Description
This script checks if your server configuration meets the requirements for running Yii application. It checks if the server is running the right version of PHP, if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.
There are two kinds of requirements being checked. Mandatory requirements are those that have to be met to allow Yii to work as expected. There are also some optional requirements being checked which will show you a warning when they do not meet. You can use Yii framework without them but some specific functionality may be not available in this case.
Scripts
| Name | Address | Memo |
|---|---|---|
| Config DEV init | /scripts/conf_dev_init.php | Initialize DEV configuration in system (overrides existing configuration) |
| Config PROD init | /scrips/conf_prod_init.php | Initialize PROD configuration in system (overrides existing configuration) |
| DB install | /scripts/db_install.php | Install system tables in configured database (should be run before first use) |
| DB reinstall | /scripts/db_reinstall.php | Reinstall system tables in configured database (removes all previous data from system) |
| DB update | /scripts/db_update.php | Updates system tables for current version (should be run after files update) |