From 9684554956161f93d8e896a082a7829da5d05d3b Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 2 Jan 2021 21:28:39 +0100 Subject: [PATCH] updated requirements --- README | 6 ------ documentation/requirements.txt | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 documentation/requirements.txt diff --git a/README b/README index c09a32c..7abbcfd 100644 --- a/README +++ b/README @@ -4,12 +4,6 @@ https://www.bananas-playground.net/projekt/bibliotheca/ ## Usage -## Requirements - -* A Webserver (tested on Apache 2.4) -* PHP 7+ -* MySQL 8+ / MariaDB 10.2 - ## Technical information This is build and tested on a linux based OS. Windows support not yet, but it could work. diff --git a/documentation/requirements.txt b/documentation/requirements.txt new file mode 100644 index 0000000..91dd232 --- /dev/null +++ b/documentation/requirements.txt @@ -0,0 +1,4 @@ +* A Webserver (tested on Apache 2.4) +* PHP 7+ with mysqli, mbstring +* MySQL 8+ / MariaDB 10.2 +* At least 20MB storage WITHOUT images -- 2.39.5