PhpMyAdmin Installation
apt update && apt upgrade -yapt install ca-certificates nano lsb-release gnupg apt-transport-https curl unzip -ycat /etc/issuecurl -fsSL https://packages.sury.org/php/apt.gpg -o /usr/share/keyrings/php-archive-keyring.gpgecho "deb [signed-by=/usr/share/keyrings/php-archive-keyring.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.listapt install software-properties-common -yadd-apt-repository ppa:ondrej/phpapt updateInstalliere den Apache2 Webserver
apt install apache2 -yapt install php8.2 php8.2-cli php8.2-common php8.2-curl php8.2-gd php8.2-intl php8.2-mbstring php8.2-mysql php8.2-opcache php8.2-readline php8.2-xml php8.2-xsl php8.2-zip php8.2-bz2 libapache2-mod-php8.2 -yInstalliere MySQL
Lade PhpMyAdmin herunter
Bis einschließlich Debian 10 oder Ubuntu
Last updated