PDM Installation

Für die Installation kann man zu verschiedenen Vorgehensweisen greifen:

  • Community-Script (Helper-Scripts) für eine fix- und fertige LXC Lösung

  • manuelle Installation auf einer Debian Machine

  • Basisinstallation mittels bereitgestellter PDM Install ISO

In Kürze ein paar Hinweise - aber bitte beachten, dass die Entwicklung für den PDM im Fluss ist (WIP - Work in Progress)!

PDM als LXC Container (Anm.: Quick & Dirty)

Beispielhafte Anleitung und Video für den LXC Container siehe z.B.:

PDM auf Debian installieren (Anm.: Expert and Nerd Mode)

Beispielhafte Vorgehensweise für manuelle Installation auf Debian Maschine: (bitte Aktualisierung auf Trixie beachten)

PDM Docs:

Vorsicht

Installing Proxmox Datacenter Manager on top of an existing Debian installation looks easy, but it assumes that the base system and local storage have been set up correctly. In general this is not trivial, especially when LVM or ZFS is used. The network configuration is completely up to you as well.

– O-Ton PDM Docs

Hier eine alte Bookworm Debian 12 Anleitung: (Bitte so nicht mehr benutzen!)

apt update & apt dist-upgrade -y && apt autoremove -y && apt autoclean -y && reboot

echo 'deb http://download.proxmox.com/debian/pdm bookworm pdm-test' > /etc/apt/sources.list.d/pdm-test.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg

apt update
apt install proxmox-datacenter-manager proxmox-datacenter-manager-ui

PDM via ISO (Anm.: bei mir aktuell als Training / Übung)

Mit Veröffentlichung der Install-ISO werden wir im Training meist zur manuellen Installation als Bare-Metal oder VM via ISO greifen.