mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Update README.md
This commit is contained in:
parent
a4d94b07cd
commit
b3731e40ae
@ -10,6 +10,7 @@ experimental-json-interface=yes
|
|||||||
experimental-api-key=your-powerdns-api-key
|
experimental-api-key=your-powerdns-api-key
|
||||||
webserver=yes
|
webserver=yes
|
||||||
```
|
```
|
||||||
|
It will help to enable API access feature in PowerDNS so our PowerDNS-Admin can intergrate with backend services.
|
||||||
|
|
||||||
### Create Database
|
### Create Database
|
||||||
We will create a database which used by this web application. Please note that this database is difference from pdns database itself.
|
We will create a database which used by this web application. Please note that this database is difference from pdns database itself.
|
||||||
@ -19,8 +20,6 @@ MariaDB [(none)]> CREATE DATABASE powerdnsadmin;
|
|||||||
MariaDB [(none)]> GRANT ALL PRIVIELGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
|
MariaDB [(none)]> GRANT ALL PRIVIELGES ON powerdnsadmin.* TO powerdnsadmin@'%' IDENTIFIED BY 'your-password';
|
||||||
```
|
```
|
||||||
|
|
||||||
It will help to enable API access feature in PowerDNS so our PowerDNS-Admin can intergrate with backend services.
|
|
||||||
|
|
||||||
### PowerDNS-Admin
|
### PowerDNS-Admin
|
||||||
|
|
||||||
In this installation guide, I am using CentOS 7 and run my pythong stuffs with *virtualenv*. If you don't have it, let install:
|
In this installation guide, I am using CentOS 7 and run my pythong stuffs with *virtualenv*. If you don't have it, let install:
|
||||||
|
Loading…
Reference in New Issue
Block a user