From c288a253fc76f95e0d3816c590acef49d8b939ce Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 22 Jun 2020 17:58:56 +0200 Subject: [PATCH] chg: [instructions] Added requirements --- INSTALL/INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL/INSTALL.md b/INSTALL/INSTALL.md index 900560e..f13b028 100644 --- a/INSTALL/INSTALL.md +++ b/INSTALL/INSTALL.md @@ -1,3 +1,10 @@ +## Requirements + +An Ubuntu server (18.04/20.04 should both work fine) - though other linux installations should work too. +- apache2, mysql/mariadb, sqlite need to be installed and running +- php extensions for mysql, sqlite need to be installed and running + + ## Cerebrate installation instructions Simply clone this repository (for example into /var/www/cerebrate)