This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p typo3-${1:-11}&&\ | |
cd typo3-${1:-11} &&\ | |
ddev config --project-type=typo3 --docroot=public --create-docroot &&\ | |
ddev config --php-version 8.1 &&\ | |
ddev composer create "typo3/cms-base-distribution:^${1:-11}" &&\ | |
ddev exec touch public/FIRST_INSTALL &&\ | |
ddev start &&\ | |
ddev typo3cms install:setup \ | |
--force \ | |
--no-interaction \ |
OlderNewer