From f4087d09617ddb5c47c9916f5bd2c91a33637bf1 Mon Sep 17 00:00:00 2001 From: Ruan Date: Wed, 4 Mar 2020 14:38:42 +0000 Subject: [PATCH] Update Installation --- Installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index d5201c1..8a203fd 100644 --- a/Installation.md +++ b/Installation.md @@ -8,6 +8,7 @@ Minimum requirements: Recommended: - 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). @@ -17,9 +18,10 @@ If you're using a web host's database, contact them to find out whether their da Installation steps: 1. Download the latest version of the web interface from [here](https://gitlab.com/ruany/litebans-php/-/archive/master/litebans-php-master.zip). -2. Extract the files onto your web server (web server root or public_html). The directory "litebans-php-master" will contain all extracted files, rename the folder to "bans". -3. Use your browser to open the location on your website where the files were extracted to. If your website is "example.com", visit "example.com/bans/index.php". -4. Follow the instructions that are given to you by the web interface. +2. Extract the files onto your web server (web server root or public_html). +3. The directory "litebans-php-master" will contain all extracted files, rename the folder to "bans". +4. Use your browser to open the location on your website where the files were extracted to. If your website is "example.com", visit "example.com/bans/index.php". +5. Follow the instructions that are given to you by the web interface. If you're using XAMPP, find the "htdocs" folder in your XAMPP installation directory (e.g. `C:\xampp\htdocs\`) and extract the files there.