Kapitel 7/Tutorial.md aktualisiert
This commit is contained in:
@@ -59,29 +59,12 @@ apt install -y curl gnupg2 ca-certificates lsb-release apt-transport-https softw
|
||||
[Platzhalter: Warum explizites PHP-Repo nötig ist (Ubuntu 24.04 enthält nicht alle Module).
|
||||
Verweis auf Ondřej Surý PPA – Standard bei professionellen PHP-Deployments.]
|
||||
|
||||
### PHP 8.3 Repository für Ubuntu 24.04 einbinden
|
||||
|
||||
[Platzhalter: Warum Ubuntu 24.04 kein vollständiges PHP ausliefert – und warum wir stattdessen das offizielle Sury-Repository nutzen.]
|
||||
|
||||
```bash
|
||||
apt install -y curl lsb-release ca-certificates gnupg
|
||||
curl -fsSL https://packages.sury.org/php/apt.gpg | gpg --dearmor -o /etc/apt/trusted.gpg.d/php.gpg
|
||||
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list
|
||||
apt update
|
||||
```
|
||||
|
||||
### Dienste + PHP 8.3 + Module installieren
|
||||
|
||||
```bash
|
||||
apt install -y nginx redis-server postgresql php8.3-fpm php8.3-pgsql php8.3-cli php8.3-common php8.3-gd php8.3-mbstring php8.3-xml php8.3-zip php8.3-curl php8.3-bz2 php8.3-intl php8.3-gmp php8.3-imagick php8.3-redis
|
||||
```
|
||||
|
||||
[Platzhalter: Hinweis auf explizite PHP-Version, warum kein „php-*“ verwendet wird]
|
||||
|
||||
```bash
|
||||
apt install -y nginx redis-server postgresql php8.3-fpm php8.3-pgsql php8.3-cli php8.3-common php8.3-gd php8.3-mbstring php8.3-xml php8.3-zip php8.3-curl php8.3-bz2 php8.3-intl php8.3-gmp php8.3-imagick php8.3-redis
|
||||
```
|
||||
|
||||
## 📁 Verzeichnisse anlegen
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user