From b1a3a98692487283816bbe429143e232759fc051 Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Fri, 9 Dec 2022 07:25:25 -0400 Subject: [PATCH] Add general install notes. --- docs/wiki/README.md | 20 ++++++++++++++------ docs/wiki/install/General.md | 7 +++++++ 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 docs/wiki/install/General.md diff --git a/docs/wiki/README.md b/docs/wiki/README.md index d271287..8a002bd 100644 --- a/docs/wiki/README.md +++ b/docs/wiki/README.md @@ -5,12 +5,20 @@ - [PostgreSQL](database-setup/Setup-PostgreSQL.md) ## Installation guides: -- [Install on Centos 7](install/Running-PowerDNS-Admin-on-Centos-7.md) -- [Install on Docker](install/Running-PowerDNS-Admin-on-Docker.md) -- [Install on Fedora 23](install/Running-PowerDNS-Admin-on-Fedora-23.md) -- [Install on Fedora 30](install/Running-PowerDNS-Admin-on-Fedora-30.md) -- [Install on FreeBSD 12.1-RELEASE](install/Running-on-FreeBSD.md) -- [Install on Ubuntu or Debian](install/Running-PowerDNS-Admin-on-Ubuntu-or-Debian.md) +- [General (Read this first)](install/General.md) + - BSD: + - [Install on FreeBSD 12.1-RELEASE](install/Running-on-FreeBSD.md) + - Containers: + - [Install on Docker](install/Running-PowerDNS-Admin-on-Docker.md) + - Debian: + - [Install on Ubuntu or Debian](install/Running-PowerDNS-Admin-on-Ubuntu-or-Debian.md) + - Red-Hat: + - [Install on Centos 7](install/Running-PowerDNS-Admin-on-Centos-7.md) + - [Install on Fedora 23](install/Running-PowerDNS-Admin-on-Fedora-23.md) + - [Install on Fedora 30](install/Running-PowerDNS-Admin-on-Fedora-30.md) + + + ### Post install Setup: - [Environment Variables](configuration/Environment-variables.md) diff --git a/docs/wiki/install/General.md b/docs/wiki/install/General.md new file mode 100644 index 0000000..98dfa1f --- /dev/null +++ b/docs/wiki/install/General.md @@ -0,0 +1,7 @@ +# General installation + + +## Requirements: + +- A linux based system with python 3 or later available. Debian and Red-hat based systems are recommended, others (Arch-based for example) may work but are currently not tested. +- A database for PowerDNS-Admin, if you are using a database for PowerDNS itself this must be separate to that database. \ No newline at end of file