From 4952f2de061c43fe82705ba735ae46432405fff1 Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Thu, 8 Dec 2022 21:48:29 -0400 Subject: [PATCH] Add postgres dependencies for postgres. --- docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md b/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md index 51b705c..bbd9f03 100644 --- a/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md +++ b/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md @@ -14,6 +14,11 @@ dnf install python37 python3-devel python3-pip ```bash dnf install mariadb-devel mariadb-common openldap-devel xmlsec1-devel xmlsec1-openssl libtool-ltdl-devel ``` +**Install Postgres dependencies** +```bash +$ sudo yum install postgresql-libs +$ pip3 install psycopg2 +``` **Install Development tools** ```bash dnf install gcc gc make @@ -27,6 +32,7 @@ pip3.7 install -U pip pip install -U virtualenv ``` + **Install Yarn for building NodeJS asset files:** ```bash dnf install npm