[BUGFIX] Check used webserver during CLI setup
When TYPO3 is installed via CLI, the setup command now asks for the webserver being used to be able to copy necessary webserver files, e.g. `.htaccess` for Apache or `web.config` for IIS. Resolves: #100719 Releases: main, 12.4 Change-Id: Ibb97c4cf92b29ceeda85ae848ceeae16afb73359 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80772 Tested-by:Stefan B�rk <stefan@buerk.tech> Reviewed-by:
Stefan B�rk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/core/Documentation/Changelog/12.1/Feature-99221-AddCliInstallSetupCommand.rst 1 addition, 0 deletions...hangelog/12.1/Feature-99221-AddCliInstallSetupCommand.rst
- typo3/sysext/install/Classes/Command/SetupCommand.php 34 additions, 1 deletiontypo3/sysext/install/Classes/Command/SetupCommand.php
- typo3/sysext/install/Classes/Controller/EnvironmentController.php 4 additions, 3 deletions...sext/install/Classes/Controller/EnvironmentController.php
- typo3/sysext/install/Classes/Controller/InstallerController.php 5 additions, 4 deletions...sysext/install/Classes/Controller/InstallerController.php
- typo3/sysext/install/Classes/Controller/UpgradeController.php 5 additions, 1 deletion...3/sysext/install/Classes/Controller/UpgradeController.php
- typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php 8 additions, 17 deletions...sysext/install/Classes/FolderStructure/DefaultFactory.php
- typo3/sysext/install/Classes/Service/CoreUpdateService.php 4 additions, 2 deletionstypo3/sysext/install/Classes/Service/CoreUpdateService.php
- typo3/sysext/install/Classes/WebserverType.php 69 additions, 0 deletionstypo3/sysext/install/Classes/WebserverType.php
- typo3/sysext/install/Tests/Unit/FolderStructure/DefaultFactoryTest.php 3 additions, 1 deletion...install/Tests/Unit/FolderStructure/DefaultFactoryTest.php
Please register or sign in to comment