From f610b2cfd3f1deeb4f926069d7ad853509ee3074 Mon Sep 17 00:00:00 2001 From: Anatoli Nicolae Date: Fri, 11 Oct 2024 23:29:58 +0200 Subject: [PATCH] Align README and INSTALL docs Signed-off-by: Anatoli Nicolae --- docs/INSTALL.md | 16 ++++++++++------ docs/README.md | 14 ++++++++++++-- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 3aac7f9..f625e4b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -6,12 +6,16 @@ - 20 GB storage - 1 CPU - RHEL-based OS: - - RHEL 7.4+ (EOL) / 8.* - - CentOS 7.4+ (EOL) / 8.* - - CentOS Stream 8.* - - Rocky Linux 8.* - - AlmaLinux 8.* -- Containers are **not supported** (Virtuozzo, OpenVZ) + - RHEL 7.4+ (EOL) + - RHEL 8.x + - CentOS 7.4+ (EOL) + - CentOS 8.x + - CentOS Stream 8.x + - Rocky Linux 8.x + - AlmaLinux 8.x +- Bare-metal or virtualization (kvm, xen, VMWare, Hyper-V) +- Containers (Virtuozzo, OpenVZ, LXC, Docker) are **not supported** +- [Forward-confirmed reverse DNS](https://en.wikipedia.org/wiki/Forward-confirmed_reverse_DNS), i.e. 64.22.68.1 <-> apnscp.com ## Bootstrapper [Bootstrapper](https://github.com/apisnetworks/apnscp-playbooks) is an idempotent tool to continuously update and correct your server. If things drift, Bootstrapper is designed to provide the **minimal set** of enforcing changes to make your server work. You will always have free rein of your server as long as it doesn't impede upon the responsibility of ApisCP. [Scopes](admin/Scopes.md) provide guarded management points that are jointly managed by Bootstrapper. diff --git a/docs/README.md b/docs/README.md index 2ef596b..22d704a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,9 +23,19 @@ ApisCP is an modern hosting panel + platform that began in 2002 as a panel for A ## Requirements - 2 GB RAM +- 20 GB storage +- 1 CPU +- RHEL-based OS: + - RHEL 7.4+ (EOL) + - RHEL 8.x + - CentOS 7.4+ (EOL) + - CentOS 8.x + - CentOS Stream 8.x + - Rocky Linux 8.x + - AlmaLinux 8.x +- Bare-metal or virtualization (kvm, xen, VMWare, Hyper-V) +- Containers (Virtuozzo, OpenVZ, LXC, Docker) are **not supported** - [Forward-confirmed reverse DNS](https://en.wikipedia.org/wiki/Forward-confirmed_reverse_DNS), i.e. 64.22.68.1 <-> apnscp.com -- CentOS/RedHat 7+ -- Bare-metal or virtualization (kvm, xen, VMWare, Hyper-V). Containers (OpenVZ, LXC, Docker) are not supported. ## Installation