From e15fe7adf487a4a7bf59398bea846c8e8bd3bfe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 05:37:10 +0200 Subject: [PATCH] [Backport 12.4] [Preport] Setup required for introduction package (#296) * Update Index.rst: setup required for introduction package! (#281) Since TYPO3 11.5 it is essential to setup the extension afterwards by running the following command: composer exec typo3 extension:setup Information from https://docs.typo3.org/p/typo3/cms-introduction/main/en-us/Installation.html * [TASK] Follow Up setup required for introduction package releases: 11.5 --------- Co-authored-by: JHeuper Co-authored-by: lina.wolf --- Documentation/IntroductionPackage/Index.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/IntroductionPackage/Index.rst b/Documentation/IntroductionPackage/Index.rst index 0e5ee04d..2fca1f91 100644 --- a/Documentation/IntroductionPackage/Index.rst +++ b/Documentation/IntroductionPackage/Index.rst @@ -51,7 +51,22 @@ To install the Introduction Package run the following command: ddev composer require typo3/cms-introduction -This command will download and activate the extension. +.. versionadded:: 11.5 + The extension can be set up afterwards by running the following command: + +.. tabs:: + + .. group-tab:: Composer-based installation + + .. code-block:: bash + + vendor/bin/typo3 extension:setup + + .. group-tab:: Legacy installation + + .. code-block:: bash + + typo3/sysext/core/bin/typo3 extension:setup Then run: