Package Manager: yum
or dnf
(for newer versions)
-
Install System Packages: Use
yum
ordnf
for package installation.sudo dnf update -y sudo dnf install -y curl git python3-pip python3-venv postgresql-server postgresql-contrib
-
Install Caddy: Use the official repository for Caddy.
sudo dnf install -y yum-utils sudo dnf config-manager --add-repo https://repo.caddyserver.com/stable/caddy.repo sudo dnf install caddy
Package Manager: dnf
-
Install System Packages:
sudo dnf update -y sudo dnf install -y curl git python3-pip python3-venv postgresql-server postgresql-contrib
-
Install Caddy:
sudo dnf install -y caddy
-
Configure phoenixd Key Management
Package Manager: dnf
-
Install System Packages:
sudo dnf update -y sudo dnf install -y curl git python3-pip python3-venv postgresql-server postgresql-contrib
-
Install Caddy:
sudo dnf install -y caddy