From 80ec3d359f267f78fbeb81c052a425ec16d97ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:59:05 +0100 Subject: [PATCH] [TASK] Update TYPO3 version in DDEV tutorial Releases: main --- Documentation/Installation/TutorialDdev.rst | 12 ++++++------ .../Localization.ru_RU/Installation/TutorialDdev.rst | 8 ++++---- Documentation/Settings.cfg | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Documentation/Installation/TutorialDdev.rst b/Documentation/Installation/TutorialDdev.rst index d16ce03e..ae5838f9 100644 --- a/Documentation/Installation/TutorialDdev.rst +++ b/Documentation/Installation/TutorialDdev.rst @@ -12,9 +12,9 @@ This is a step-by-step guide detailing how to install TYPO3 using DDEV, Docker a DDEV is used for local development only. -The scripts used in this guide will install TYPO3 v12.0 which is the latest release of the CMS. If you wish to -install the long term support (LTS) release of TYPO3, visit the :ref:`TYPO3 v11 -Installation instructions `. +The scripts used in this guide will install TYPO3 v13.0 which is the latest release of the CMS. If you wish to +install the long term support (LTS) release of TYPO3, visit the :ref:`TYPO3 v12 +Installation instructions `. .. youtube:: HW7J3G1SqZw @@ -45,7 +45,7 @@ of preconfigured projects. .. code-block:: bash - ddev config --php-version 8.1 + ddev config --php-version 8.2 # Give the following answers when prompted: @@ -71,7 +71,7 @@ Alternatively you can skip the prompt by supplying all of the required parameter .. code-block:: bash - ddev config --project-type=typo3 --docroot=public --create-docroot --php-version 8.1 + ddev config --project-type=typo3 --docroot=public --create-docroot --php-version 8.2 Start the project ----------------- @@ -87,7 +87,7 @@ Install TYPO3 .. code-block:: bash - ddev composer create "typo3/cms-base-distribution:^12" + ddev composer create "typo3/cms-base-distribution:^13" As we just created the project and have no, answer yes when prompted if it is ok to overwrite files in this directory. diff --git a/Documentation/Localization.ru_RU/Installation/TutorialDdev.rst b/Documentation/Localization.ru_RU/Installation/TutorialDdev.rst index 6d60d738..71a2a6cd 100644 --- a/Documentation/Localization.ru_RU/Installation/TutorialDdev.rst +++ b/Documentation/Localization.ru_RU/Installation/TutorialDdev.rst @@ -12,7 +12,7 @@ DDEV используется только для локальных разработок. -Сценарии, используемые в данном руководстве, устанавливают TYPO3 v12.0, являющуюся последней версией CMS. Если необходимо установить версию TYPO3 с долгосрочной поддержкой (LTS), посетите сайт :ref:`TYPO3 v11 Installation instructions `. +Сценарии, используемые в данном руководстве, устанавливают TYPO3 v13.0, являющуюся последней версией CMS. Если необходимо установить версию TYPO3 с долгосрочной поддержкой (LTS), посетите сайт :ref:`TYPO3 v12 Installation instructions `. .. youtube:: HW7J3G1SqZw @@ -42,7 +42,7 @@ DDEV используется только для локальных разра .. code-block:: bash - ddev config --php-version 8.1 + ddev config --php-version 8.2 # Give the following answers when prompted: @@ -67,7 +67,7 @@ create-docroot .. code-block:: bash - ddev config --project-type=typo3 --docroot=public --create-docroot --php-version 8.1 + ddev config --project-type=typo3 --docroot=public --create-docroot --php-version 8.2 Запуск проекта ----------------- @@ -83,7 +83,7 @@ create-docroot .. code-block:: bash - ddev composer create "typo3/cms-base-distribution:^12" + ddev composer create "typo3/cms-base-distribution:^13" Так как мы только что создали проект и у нас его фактически еще нет, ответьте "да" на вопрос о том, можно ли перезаписывать файлы в этом каталоге. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 81bf9eb3..0005a8f0 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -26,7 +26,7 @@ use_opensearch = [intersphinx_mapping] -t3start11 = https://docs.typo3.org/m/typo3/tutorial-getting-started/11.5/en-us/ +t3start12 = https://docs.typo3.org/m/typo3/tutorial-getting-started/12.4/en-us/ # Official TYPO3 manuals # h2document = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/