Update Installation

Ruan 2018-06-10 12:59:34 +00:00
parent 1c41fad833
commit 2c85c3730d

@ -2,19 +2,19 @@
Requires an existing website and PHP 5+ (PDO extension must be enabled).
The web interface cannot be directly hosted on Enjin, see [FAQ](https://github.com/ruany/LiteBans/wiki/FAQ#q-can-the-web-interface-be-installed-on-an-enjin-hosted-website).
The web interface cannot be directly hosted on Enjin, see [FAQ](https://gitlab.com/ruany/LiteBans/wikis/FAQ#enjin).
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.
## Install
Installation steps:
1. Download the latest version of the web interface from [here](https://github.com/ruany/litebans-php/archive/master.zip).
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.
XenForo guide: [Click here](https://github.com/ruany/litebans-php/wiki/Xenforo)
XenForo guide: [Click here](https://gitlab.com/ruany/litebans-php/wikis/Xenforo)
## Customization
@ -23,8 +23,8 @@ You can find Bootstrap themes at https://bootswatch.com/.
You can also try the [Material Design Theme](https://spigotmc.org/resources/46648) by [@ItsMeGlare](https://www.spigotmc.org/members/477275).
Messages like "Here is where all of our punishments are listed." can be edited in [lang/en_US.utf8.php](https://github.com/ruany/litebans-php/blob/master/lang/en_US.utf8.php).
Messages like "Here is where all of our punishments are listed." can be edited in [lang/en_US.utf8.php](https://gitlab.com/ruany/litebans-php/blob/master/lang/en_US.utf8.php).
[There are several existing locales available to use](https://github.com/ruany/litebans-php/tree/master/lang), though these locales may be outdated. (Only the en_US locale receives guaranteed updates and support)
[There are several existing locales available to use](https://gitlab.com/ruany/litebans-php/tree/master/lang), though these locales may be outdated. (Only the en_US locale receives guaranteed updates and support)
For translating the web interface, see the [README](https://github.com/ruany/litebans-php/blob/master/lang/README.md).
For translating the web interface, see the [README](https://gitlab.com/ruany/litebans-php/blob/master/lang/README.md).