Update 02-de.md

This commit is contained in:
Christoph 2023-08-11 13:03:01 +02:00 committed by GitHub
parent c7c8991587
commit 6c4cc56a2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
---
title: Einrichtung von PHPMyAdmin Themes
description: Lerne, wie du PHPMyAdmin Themes auf deinen Server herunterlädst und aktivierst.
title: Einrichtung von phpMyAdmin Themes
description: Lerne, wie du phpMyAdmin Themes auf deinen Server installierst und aktivierst.
level: beginner
updated_at: 2023-06-29
slug: phpmyadmin-themes
@ -34,59 +34,59 @@ available_languages: [en, de]
# Anforderungen
Dieses Tutorial setzt voraus, dass du dein PHPMyAdmin mit hilfe des Tutorials [Einrichtung von PHPMyAdmin mit Nginx und einem Zentralen Login](https://community.netcup.com/de/tutorials/phpmyadmin-with-central-login) eingerichtet hast.
Dieses Tutorial setzt voraus, dass du phpMyAdmin mit Hilfe des Tutorials [Einrichtung von PHPMyAdmin mit nginx und einem zentralen Login](https://community.netcup.com/de/tutorials/phpmyadmin-with-central-login) eingerichtet hast.
# Einleitung
Dieses Tutorial beschreibt, wie man auf einer PHPMyAdmin Installation ein Theme installiert und aktiviert.
Dieses Tutorial beschreibt, wie man bei phpMyAdmin ein Theme installiert und aktiviert.
# Schritt 1 - Vorbereitung des Servers
Zuerst musst du dich über SSH in deinen Server einloggen
Zuerst musst du dich über SSH in deinen Server einloggen:
1. Gib `sudo -s` ein, um Root-Rechte zu erhalten
1. Gib `sudo -s` ein, um root-Rechte zu erhalten.
2. Gib dein Passwort ein und drücke `Enter`.
3. Gib nun `apt update -y && apt upgrade -y && apt autoremove -y && apt install -y wget zip unzip` ein, um den Server zu aktualisieren, alle nicht mehr benötigten Pakete zu entfernen und das Programm `wget` zu installieren.
- Falls ein rosafarbenes Fenster mit dem Titel "Pending kernel upgrade" erscheint, drücke einmal `Enter` um fortzufahren
- Falls ein rosafarbenes Fenster mit dem Titel "Daemons using outdated libraries" erscheint, drücke einmal `Enter` um fortzufahren
- Falls ein rosafarbenes Fenster mit dem Titel "Pending kernel upgrade" angezeigt wird, drücke einmal `Enter` um fortzufahren.
- Falls ein rosafarbenes Fenster mit dem Titel "Daemons using outdated libraries" angezeigt wird, drücke einmal `Enter` um fortzufahren.
# Schritt 2 - Auswahl des Themes
1. Öffne [phpmyadmin.net/themes](https://www.phpmyadmin.net/themes/) in deinem Browser
2. Wähle die Version deines PHPMyAdmins aus (Du kannst die Version in PHPMyAdmin auf der Startseite im Panel "phpMyAdmin" unter "Versionsinformationen" finden)
3. Wähle ein Theme aus, das dir gefällt und klicke mit der rechten Maustaste auf "Download"
4. Klicke auf "Link-Adresse kopieren"
1. Öffne [phpmyadmin.net/themes](https://www.phpmyadmin.net/themes/) in deinem Browser.
2. Wähle die Version deines phpMyAdmin aus (du kannst die Version auf der Startseite von phpMyAdmin im Panel "phpMyAdmin" unter "Versionsinformationen" finden).
3. Wähle ein Theme aus, das dir gefällt, und klicke mit der rechten Maustaste auf "Download".
4. Klicke auf "Link-Adresse kopieren".
# Schritt 3 - Herunterladen des Themes
1. Gib `cd /usr/share/phpmyadmin/themes` ein, um in den Ordner zu wechseln, in dem die Themes gespeichert werden
1. Gib `cd /usr/share/phpmyadmin/themes` ein, um in den Ordner zu wechseln, in dem die Themes gespeichert werden.
2. Gib `wget ` ein und füge dann die kopierte Link-Adresse ein. (Beispiel: `wget https://files.phpmyadmin.net/themes/darkwolf/5.2/darkwolf-5.2.zip`)
3. Gib `unzip ` ein und füge dann den Namen der heruntergeladenen Datei ein. (Beispiel: `unzip darkwolf-5.2.zip`)
- Wenn du mehrere Themes herunterladen möchtest, wiederhole die Schritte 2 und 3
- Wenn du mehrere Themes herunterladen möchtest, wiederhole die Schritte 2 und 3.
4. Starte Nginx neu, indem du `systemctl reload nginx` eingibst.
4. Starte nginx neu, indem du `systemctl reload nginx` eingibst.
5. Schließe die SSH-Verbindung.
# Schritt 4 - Aktivieren des Themes
1. Öffne deine PHPMyAdmin-Instanz in deinem Browser
2. Klicke direkt auf der Startseite im Panel "Anzeige-Einstellungen" auf das Design-Dropdown und wähle dein gerade installiertes Theme aus
1. Öffne deine phpMyAdmin-Instanz in deinem Browser.
2. Klicke direkt auf der Startseite im Panel "Anzeige-Einstellungen" auf das Design-Dropdown und wähle dein gerade installiertes Theme aus.
# Fazit
Nun hast du erfolgreich ein PHPMyAdmin Theme installiert und aktiviert.
Du hast erfolgreich ein phpMyAdmin Theme installiert und aktiviert.
Vielen Dank für die Nutzung dieses Tutorials!
# Licence
# License
[MIT](https://github.com/netcup-community/community-tutorials/blob/main/LICENSE)
Copyright (c) 2023 Konstantin Protzen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
@ -96,10 +96,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
By making a contribution to this project, I certify that:
1. The contribution was created in whole or in part by me and I have the right to submit it under the licence indicated in the file; or
1. The contribution was created in whole or in part by me and I have the right to submit it under the license indicated in the file; or
2. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate licence and I have the right under that licence to submit that work with modifications, whether created in whole or in part by me, under the same licence (unless I am permitted to submit under a different licence), as indicated in the file; or
2. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same license (unless I am permitted to submit under a different license), as indicated in the file; or
3. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the licence(s) involved.
4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the license(s) involved.