From cb3016dc83833e36c6f295d320c3952915dfbeff Mon Sep 17 00:00:00 2001 From: Ruan Date: Wed, 14 Mar 2018 18:24:29 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index fcc5d9f..956cf85 100644 --- a/Installation.md +++ b/Installation.md @@ -11,8 +11,8 @@ In order for the web interface to work, your MySQL database must be externally a Installation steps: 1. Download the latest version of the web interface from [here](https://github.com/ruany/litebans-php/archive/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, you can rename it or move the files inside of it as needed. -Browse to the location on your website where the files were extracted to. If your website is "example.com" and the web interface directory is named "bans", visit "example.com/bans/index.php". -3. Follow the instructions that are given to you by the web interface. You will need to edit inc/settings.php. The web interface needs to be configured to connect to the same MySQL database which the plugin is connecting to, so your MySQL server needs to be capable of accepting external connections from both the plugin and the web server. +3. Browse to the location on your website where the files were extracted to. If your website is "example.com" and the web interface directory is named "bans", visit "example.com/bans/index.php". +4. Follow the instructions that are given to you by the web interface. ## Customization