mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-28 22:28:53 +00:00
Remove MySQL specific documentation
This commit is contained in:
parent
e06fcd75ce
commit
5ab04509c3
@ -5,21 +5,12 @@ First setup your database accordingly:
|
|||||||
|
|
||||||
## Install required packages:
|
## 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
|
### Install required packages for building python libraries from requirements.txt file
|
||||||
|
|
||||||
```bash
|
```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
|
### Install NodeJs
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user