Skip to content

Commit

Permalink
[TASK] Update TYPO3 version in DDEV tutorial
Browse files Browse the repository at this point in the history
Releases: main
  • Loading branch information
brotkrueml committed Feb 4, 2024
1 parent 8152700 commit 80ec3d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Documentation/Installation/TutorialDdev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3start11:install>`.
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 <t3start12:install>`.

.. youtube:: HW7J3G1SqZw

Expand Down Expand Up @@ -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:
Expand All @@ -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
-----------------
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

DDEV используется только для локальных разработок.

Сценарии, используемые в данном руководстве, устанавливают TYPO3 v12.0, являющуюся последней версией CMS. Если необходимо установить версию TYPO3 с долгосрочной поддержкой (LTS), посетите сайт :ref:`TYPO3 v11 Installation instructions <t3start11:install>`.
Сценарии, используемые в данном руководстве, устанавливают TYPO3 v13.0, являющуюся последней версией CMS. Если необходимо установить версию TYPO3 с долгосрочной поддержкой (LTS), посетите сайт :ref:`TYPO3 v12 Installation instructions <t3start12:install>`.

.. youtube:: HW7J3G1SqZw

Expand Down Expand Up @@ -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:
Expand All @@ -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
Запуск проекта
-----------------
Expand All @@ -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"
Так как мы только что создали проект и у нас его фактически еще нет, ответьте "да" на вопрос о том, можно ли перезаписывать файлы в этом каталоге.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 80ec3d3

Please sign in to comment.