mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +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
11
README.md
11
README.md
|
@ -10,8 +10,10 @@ Features
|
||||||
========
|
========
|
||||||
* Import BIND- or AXFR-style dumps of your existing zones
|
* Import BIND- or AXFR-style dumps of your existing zones
|
||||||
* Add/remove zones and records
|
* Add/remove zones and records
|
||||||
|
* Clone zones
|
||||||
* Show the DNSsec details of a zone
|
* 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
|
* [experimental] nsedit API, to create zones from another system
|
||||||
|
|
||||||
User support
|
User support
|
||||||
|
@ -32,15 +34,18 @@ Requirements
|
||||||
* php sqlite3
|
* php sqlite3
|
||||||
* php curl
|
* php curl
|
||||||
* php with openssl support
|
* 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
|
Installing
|
||||||
==========
|
==========
|
||||||
|
|
||||||
* Run
|
* Run git clone
|
||||||
```git clone --recursive https://github.com/tuxis-ie/nsedit.git```
|
: ```git clone --recursive https://github.com/tuxis-ie/nsedit.git```
|
||||||
where you want to run nsedit
|
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.
|
* 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
|
* 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