You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A system:check command could perform a series of automated checks on your environment. This wouldn't necessarily replace things like the silverstripe/environmentcheck module, but more basic checks that would be required for SilverStripe to operate (NB: it's possible that the command itself may not run if that were the case):
PHP version support
php-intl installed
dotenv is available
Permissions across various folders (read everywhere, local write on assets)
Database is reachable
cc @silverleague/console for feedback
The text was updated successfully, but these errors were encountered:
@robingram yeah they're checked on install provided you use the web installer. If you configure it yourself then you will have to rely on any composer requirements to check your server specs.
Perhaps this might be more useful as a diagnose command, doing something similar to what composer diagnose does - system information, SilverStripe version information etc
A
system:check
command could perform a series of automated checks on your environment. This wouldn't necessarily replace things like the silverstripe/environmentcheck module, but more basic checks that would be required for SilverStripe to operate (NB: it's possible that the command itself may not run if that were the case):cc @silverleague/console for feedback
The text was updated successfully, but these errors were encountered: