EQdkp Plus¶
EQdkp-Plus is an open source Content Management System (CMS) and Guild Management System in PHP and distributed under the AGPLv3 licence. It is focused on supporting guilds and clans playing online games, especially MMORPGs. Therefore it brings tools for planning raids or distributing loot or points like DKP (Dragon Kill Points).
Prerequisites¶
We’re using PHP in the stable version 7.1:
[isabell@stardust ~]$ uberspace tools version show php
Using 'PHP' version: '7.1'
[isabell@stardust ~]$
You’ll need your MySQL credentials. Get them with my_print_defaults
:
[isabell@stardust ~]$ my_print_defaults client
--default-character-set=utf8mb4
--user=isabell
--password=MySuperSecretPassword
[isabell@stardust ~]$
If you want to use your EQdkp Plus with your own domain you need to setup your domain first:
[isabell@stardust ~]$ uberspace web domain list
isabell.uber.space
[isabell@stardust ~]$
Installation¶
cd
to your document root, then download the latest release of EQdkp Plus and extract it:
[isabell@stardust ~]$ cd ~/html/
[isabell@stardust html]$ curl -L https://eqdkp-plus.eu/repository/download/latestcore -o eqdkp-plus.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 25565 0 25565 0 0 22942 0 --:--:-- 0:00:01 --:--:-- 22948
100 5138k 100 5138k 0 0 769k 0 0:00:06 0:00:06 --:--:-- 1108k
[isabell@stardust html]$ unzip eqdkp-plus.zip && rm eqdkp-plus.zip
[isabell@stardust html]$
Now point your browser to your uberspace URL and follow the instructions of the Installer Assistant.
- You will need to enter the following information:
your MySQL hostname, username and password: the hostname is
localhost
and you should know your MySQL credentials by now. If you don’t, start reading again at the top.your EQdkp Plus database name: we suggest you use an additional database. For example: isabell_eqdkp
an encryption key: choose a strong encryption key, as sensitive data is encrypted using this key. You can generate a strong key:
[isabell@stardust html]$ pwgen 32 1 SuperSecretPassword [isabell@stardust html]$
Make additional settings like setting first day of week etc. The script path setting is automatically detected and only needs to be changed if the detection will fail. The script path is the subfolder of your domain. If you follow this tutorial, it is
/
.Administrator username and password: choose a username (maybe not admin) and a strong password for the admin user