@@ -13,12 +13,16 @@ We will not explain you how to set up the following prerequisites.
1313There are several tutorials for this on the web, and if you follow
1414the Quick Start guide, you should know how to do this.
1515
16+ .. contents ::
17+
18+ .. _quickstart-prerequisites-operating-system :
1619Operating System
1720----------------
1821
1922A computer running Windows with WSL2, macOS or Linux - connected to
2023the Internet.
2124
25+ .. _quickstart-prerequisites-docker :
2226Docker
2327------
2428
@@ -28,12 +32,14 @@ or an alternative like `OrbStack <https://orbstack.dev/>`__, `Podman <https://po
2832do not need to install any `Desktop ` variants, but can use their base
2933Docker or Podman setup.
3034
35+ .. _quickstart-prerequisites-ddev :
3136DDEV
3237----
3338
3439`DDEV <https://ddev.com >`__ is a layer on top of Docker. How to utilize it is
3540covered in this guide.
3641
42+ .. _quickstart-prerequisites-terminal :
3743Terminal (Bash)
3844---------------
3945
@@ -44,6 +50,7 @@ You are free to use another local shell for your work, but the scripts
4450provided by the TYPO3 Core (most importantly `runTests.sh `) require Bash
4551to be available.
4652
53+ .. _quickstart-prerequisites-git-client :
4754Git client
4855----------
4956
@@ -52,13 +59,15 @@ This guide expects you can execute `git` terminal commands.
5259This guide uses the *https * method to connect to GitHub, so you do not
5360need to have a GitHub account.
5461
62+ .. _quickstart-prerequisites-ssh :
5563SSH client plus SSH key(s) and an email account
5664-----------------------------------------------
5765
5866This guide expects you can execute `ssh ` terminal commands and connect to
5967foreign hosts. You will need a private SSH key pair and know how to authenticate
6068with it. You need an email account to setup accounts.
6169
70+ .. _quickstart-prerequisites-ide :
6271PHP IDE / Editor
6372----------------
6473
0 commit comments