Install
dpl is one binary. The install script places it in /usr/local/bin, creates /opt/dpl, and registers a systemd service.
Prerequisites
Section titled “Prerequisites”dpl uses Podman to build and run containers. Check that it is installed:
podman --versionIf the command fails, install Podman first. dpl cannot build or run containers without Podman.
Install on a server
Section titled “Install on a server”Run the install script as root:
curl -fsSL https://dpl.cesbo.com/install.sh | shCheck version:
dpl --version