From a7efe1faf9c5c5d101764fa7d2cf13e46774e727 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 31 Jan 2022 10:12:01 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL/INSTALL.md b/INSTALL/INSTALL.md index f4cef5f..8a9c901 100644 --- a/INSTALL/INSTALL.md +++ b/INSTALL/INSTALL.md @@ -1,7 +1,9 @@ ## Requirements An Ubuntu server (18.04/20.04 should both work fine) - though other linux installations should work too. + - apache2 (or nginx), mysql/mariadb, sqlite need to be installed and running +- php version 8+ is required - php extensions for intl, mysql, sqlite3, mbstring, xml need to be installed and running - php extention for curl (not required but makes composer run a little faster) - composer