This commit is contained in:
Simon Vieille 2015-02-23 01:08:46 +01:00
parent 517e2050a1
commit df8a95ed48
1 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,29 @@
# pdns-console
PDNS-Console provided a CLI to manage PowerDNS application and improved it by adding a powerfull DNS zone versionning.
# Installation
## Requirements
* PHP >= 5.4
* PDO with modules to connect on your database)
* Instance of PDNS (Powerdns) >= 3.1 with MySQL/PostgreSQL/SQLite backend
## Downloading sources
```shell
cd /usr/local/src/
git clone https://github.com/simmstein/pdns-console.git
cd pdns-console
```
### Configure database access
In propel.yaml:
* ```dsn: "mysql:host=localhost;dbname=pdns"```
* Change *localhost* by the database server name
* Change "pdns" by the database name
* Change user and password values with you pdsn database login