From 93f37931a42ab6ee2a561f478d00e383775b4af9 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 5 Aug 2016 12:42:12 +0200 Subject: [PATCH] Update documentation [WIP] and remove submodule --- README.md | 13 +++++++++---- js/addclear | 1 - 2 files changed, 9 insertions(+), 5 deletions(-) delete mode 160000 js/addclear diff --git a/README.md b/README.md index be9528f..4361283 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ Features ======== * Import BIND- or AXFR-style dumps of your existing zones * Add/remove zones and records +* Clone zones * Show the DNSsec details of a zone -* Multiple user support +* Multiple user support +* Allow logging of all actions in NSEdit, including exporting the log in JSON-format * [experimental] nsedit API, to create zones from another system User support @@ -32,15 +34,18 @@ Requirements * php sqlite3 * php curl * php with openssl support -* PowerDNS with the experimental JSON-api enabled (3.4.0 should do) +* PowerDNS with the JSON-api enabled. Version 4.0.0 or greater Installing ========== -* Run -```git clone --recursive https://github.com/tuxis-ie/nsedit.git``` +* Run git clone +: ```git clone --recursive https://github.com/tuxis-ie/nsedit.git``` where you want to run nsedit +* Select tag v1.0 +: ```git checkout tags/v1.0``` + * Copy ```includes/config.inc.php-dist``` to ```includes/config.inc.php``` and edit config.inc.php to your needs. * By default, nsedit writes its user database to ../etc/pdns.users.sqlite3. Be sure that your webserver can create that directory and write to it diff --git a/js/addclear b/js/addclear deleted file mode 160000 index 626b01a..0000000 --- a/js/addclear +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 626b01a46fea21bb9d3ed0665607b84db9d6f9b1