Move DB directions to that section of docs.

This commit is contained in:
David Mc Ken
2022-12-09 10:56:08 -04:00
parent b1a3a98692
commit 4f656d827e
4 changed files with 44 additions and 43 deletions

View File

@@ -14,11 +14,6 @@ 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
@@ -31,8 +26,6 @@ pip3.7 install -U pip
```bash
pip install -U virtualenv
```
**Install Yarn for building NodeJS asset files:**
```bash
dnf install npm