From db7ac031423d52360437a973e722b30cfd8476c8 Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Tue, 23 Feb 2021 05:37:18 +0000 Subject: [PATCH] Update Installation --- Installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Installation.md b/Installation.md index b123cf2..ea83167 100644 --- a/Installation.md +++ b/Installation.md @@ -4,17 +4,16 @@ This is the installation guide for the LiteBans web interface. Minimum requirements: - An existing website hosted on an existing domain -- A MySQL database -- The MySQL database must allow remote SQL connections if LiteBans and the web interface are not hosted on the same machine -- PHP 5.3 or above, with `pdo_mysql` module installed and enabled +- A MySQL database (which must allow remote SQL, if used remotely) +- PHP 5.3+ with `pdo_mysql` module installed and enabled Recommended: -- PHP 7 +- PHP 7+ - MariaDB as database server (not Oracle MySQL) The web interface cannot be directly hosted on Enjin, see [FAQ](https://gitlab.com/ruany/LiteBans/wikis/FAQ#enjin). -If you're using a web host's database, contact them to find out whether their database accepts remote connections. Most web hosts do not provide this for free plans. +If you're using a web host's database, contact them to find out whether their database accepts remote connections. Most [web hosts](https://gitlab.com/ruany/LiteBans/-/wikis/MySQL-Errors#hosts) do not provide this for free plans. ## Install