mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-12 00:37:31 +00:00
Created Installation (markdown)
parent
27c9162644
commit
ec71d7ecd6
22
Installation.md
Normal file
22
Installation.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
## Requirements
|
||||||
|
|
||||||
|
Requires an existing website and PHP 5+ (PDO extension must be enabled).
|
||||||
|
|
||||||
|
The web interface cannot be directly hosted on Enjin, see FAQ.
|
||||||
|
|
||||||
|
In order for the web interface to work, your MySQL database must be externally accessible for both the plugin and the website. MySQL servers are not configured by default to allow remote connections.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## Customization
|
||||||
|
|
||||||
|
The web interface can be customized by changing the Bootstrap theme (inc/css/bootstrap.min.css).
|
||||||
|
You can find Bootstrap themes at https://bootswatch.com/.
|
||||||
|
|
||||||
|
You can also try the Material Design Theme by @TheGuildsPlugin.
|
Loading…
x
Reference in New Issue
Block a user