Remove MySQL specific documentation

This commit is contained in:
David Mc Ken 2022-12-09 07:03:07 -04:00
parent e06fcd75ce
commit 5ab04509c3

View File

@ -5,21 +5,12 @@ First setup your database accordingly:
## Install required packages:
###Install Python 3 development package
```bash
sudo apt install python3-dev
```
### Install required packages for building python libraries from requirements.txt file
```bash
sudo apt install -y git libmysqlclient-dev libsasl2-dev libldap2-dev libssl-dev libxml2-dev libxslt1-dev libxmlsec1-dev libffi-dev pkg-config apt-transport-https virtualenv build-essential curl
sudo apt install -y python3-dev git libsasl2-dev libldap2-dev libssl-dev libxml2-dev libxslt1-dev libxmlsec1-dev libffi-dev pkg-config apt-transport-https virtualenv build-essential curl
```
_**Note:**_ I am using MySQL Community server as the database backend. So `libmysqlclient-dev` is required. For MariaDB, and PostgreSQL the required package will be difference.
### Install NodeJs
```bash