Update README.md

This commit is contained in:
Khanh Ngo 2015-12-13 18:01:48 +07:00
parent a4d94b07cd
commit b3731e40ae

View file

@ -10,6 +10,7 @@ experimental-json-interface=yes
experimental-api-key=your-powerdns-api-key
webserver=yes
```
It will help to enable API access feature in PowerDNS so our PowerDNS-Admin can intergrate with backend services.
### Create Database
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';
```
It will help to enable API access feature in PowerDNS so our PowerDNS-Admin can intergrate with backend services.
### 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: