Actions
Task #88940
closedStandard (composer) installation process in T3 v9 does not offer introduction distribution
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2019-08-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
After the initial
composer create-project typo3/cms-base-distribution
you do not get the option 'Yes, download the list of distributions' and thus no possibility to install the introduction distribution.
Shouldn't that be the absolute default? How can we pass on that possiblity to enable newbies to try out TYPO3 quickly?
On the other hand, the non-composer
wget -O - get.typo3.org/9 | tar xvzf - ln -s typo3_src-9.5.8/ typo3_src ln -s typo3_src/index.php ln -s typo3_src/typo3/
gets you to 'Yes, download the list of distributions' and actually allows you to install the official introduction package.
Thus, if we want to continue on the composer-way, the installation experience for beginners should be improved.
Actions