mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
Add general arch doc.
This commit is contained in:
parent
23274301f8
commit
89d0ab12f5
BIN
docs/wiki/install/Architecture.png
Normal file
BIN
docs/wiki/install/Architecture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
@ -1,6 +1,18 @@
|
|||||||
# General installation
|
# General installation
|
||||||
|
|
||||||
## Requirements:
|
## PowerDNS-Admin Architecture
|
||||||
|
|
||||||
|
![PowerDNS-Admin Component Layout](Architecture.png)
|
||||||
|
|
||||||
|
A PowerDNS-Admin installation includes four main components:
|
||||||
|
- PowerDNS-Admin Database
|
||||||
|
- PowerDNS-Admin Application Server
|
||||||
|
- PowerDNS-Admin Frontend Web server
|
||||||
|
- PowerDNS server that
|
||||||
|
|
||||||
|
All 3 components can be installed on one server or if your installation is large enough or for security reasons can be split across multiple servers.
|
||||||
|
|
||||||
|
## Requirements for PowerDNS-Admin:
|
||||||
- A linux based system. Others (Arch-based for example) may work but are currently not tested.
|
- A linux based system. Others (Arch-based for example) may work but are currently not tested.
|
||||||
- Ubuntu versions tested:
|
- Ubuntu versions tested:
|
||||||
- To fill in
|
- To fill in
|
||||||
@ -16,3 +28,4 @@
|
|||||||
- A database for PowerDNS-Admin, if you are using a database for PowerDNS itself this must be separate to that database. The currently supported databases are:
|
- A database for PowerDNS-Admin, if you are using a database for PowerDNS itself this must be separate to that database. The currently supported databases are:
|
||||||
- MySQL
|
- MySQL
|
||||||
- PostgreSQL
|
- PostgreSQL
|
||||||
|
- A PowerDNS server that PowerDNS-Admin will manage.
|
||||||
|
Loading…
Reference in New Issue
Block a user