mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Fix documentation
This commit is contained in:
parent
3024908e30
commit
8d5313a38f
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
@ -32,18 +32,23 @@ 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 experimental JSON-api enabled (3.4.0 should do. For Pdns > 4.0.0 you ***NEED*** v1.0 of NSEdit)
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
|
|
||||||
* Run
|
* Via Git
|
||||||
```git clone --recursive https://github.com/tuxis-ie/nsedit.git```
|
- Run git clone in the directory where you want to run nsedit from
|
||||||
where you want to run nsedit
|
: ```git clone https://github.com/tuxis-ie/nsedit.git```
|
||||||
|
|
||||||
|
- Select tag v0.9 or skip this if you want to run from master
|
||||||
|
: ```git checkout tags/v0.9```
|
||||||
|
* Via releases
|
||||||
|
- Download the zip-file from [Releases](https://github.com/tuxis-ie/nsedit/releases)
|
||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||
* Visit http(s)://<url>/nsedit/ and login with admin/admin (Don't forget to update your password!)
|
* Visit http(s)://<url>/nsedit/ and login with admin/admin (Don't forget to update your password!)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue