mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-18 19:59:30 +03:00
Update documentation [WIP] and remove submodule
This commit is contained in:
parent
3fd525748f
commit
93f37931a4
2 changed files with 9 additions and 5 deletions
13
README.md
13
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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 626b01a46fea21bb9d3ed0665607b84db9d6f9b1
|
Loading…
Add table
Reference in a new issue