[FEATURE] Add a command to set up TYPO3
Currently, there is only a GUI installer to set up a TYPO3 installation. This does not allow to automate the setup process. Therefore, a new CLI command named "setup" has been added. To provide the required information environment variables, CLI options or a step-by-step walk-through can be used. Resolves: #99221 Releases: main Change-Id: I88f44d5e0e33a1b22918fce2ecc8e58de6c4a071 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76857 Tested-by:Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Documentation/Changelog/12.1/Feature-99221-AddCliInstallSetupCommand.rst 51 additions, 0 deletions...hangelog/12.1/Feature-99221-AddCliInstallSetupCommand.rst
- typo3/sysext/install/Classes/Command/SetupCommand.php 610 additions, 0 deletionstypo3/sysext/install/Classes/Command/SetupCommand.php
- typo3/sysext/install/Classes/Controller/InstallerController.php 1 addition, 1 deletion...sysext/install/Classes/Controller/InstallerController.php
- typo3/sysext/install/Classes/Service/SetupDatabaseService.php 2 additions, 2 deletions...3/sysext/install/Classes/Service/SetupDatabaseService.php
- typo3/sysext/install/Classes/Service/SetupService.php 3 additions, 1 deletiontypo3/sysext/install/Classes/Service/SetupService.php
- typo3/sysext/install/Classes/ServiceProvider.php 16 additions, 0 deletionstypo3/sysext/install/Classes/ServiceProvider.php
Please register or sign in to comment