From df8a95ed480ac1a7728e1e6a2236bb653f6d1901 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 23 Feb 2015 01:08:46 +0100 Subject: [PATCH] Readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 1fc162e..1d7e21f 100644 --- a/README.md +++ b/README.md @@ -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