We recommend running the application on AlmaLinux 10, using WSL 2:
$baseUrl
in config/autoload/local.php to the address of the virtualhostdata
folderchmod -R 777 ./data
chmod -R 777 ./log
You should see the Dotkernel Light
welcome page.
If you are getting exceptions or errors regarding some missing services, try running the following command:
sudo php ./bin/clear-config-cache.php
If
data/cache/config-cache.php
is present, that config will be loaded regardless of theConfigAggregator::ENABLE_CACHE
configuration inconfig/autoload/mezzio.global.php