powerdns-admin/docs/wiki/install/General.md

33 lines
1.0 KiB
Markdown
Raw Normal View History

2022-12-09 11:25:25 +00:00
# General installation
2022-12-13 02:06:10 +00:00
## 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:
2022-12-09 16:32:23 +00:00
- A linux based system. Others (Arch-based for example) may work but are currently not tested.
- Ubuntu versions tested:
- To fill in
- Red hat versions tested:
- To fill in
- Python versions tested:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11 - Failing due to issue with python3-saml later than 1.12.0
- 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
- PostgreSQL
2022-12-13 03:12:03 +00:00
- SQLite
2022-12-13 02:06:10 +00:00
- A PowerDNS server that PowerDNS-Admin will manage.