From c38675469cdb53a4bc93eff3645973bbb2f8e088 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Thu, 18 Dec 2025 16:01:29 +0100 Subject: [PATCH] UPD partdb installation --- partdb-install.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/partdb-install.md b/partdb-install.md index f544ec9..6abc19d 100644 --- a/partdb-install.md +++ b/partdb-install.md @@ -11,6 +11,24 @@ ssh kuschel cat /etc/os-release ``` ... to receive more information +## Installations + +with `sudo apt install xxxxxxx`: + +* nginx +* nodejs +* npm +* php8.4 + +### optional + +* duf + +### Installation of Composer which is needed: + +wget -O /tmp/composer-setup.php https://getcomposer.org/installer + + ## Checks Only available on a PC with credentials to kuschel.at via SSH