Skip to content

Latest commit

 

History

History
93 lines (60 loc) · 3.33 KB

guide_eqdkp-plus.rst

File metadata and controls

93 lines (60 loc) · 3.33 KB
.. author:: GodMod <godmod@eqdkp-plus.eu>
.. tag:: lang-php
.. tag:: web
.. tag:: cms

Logo

EQdkp Plus

.. tag_list::

EQdkp-Plus is an open source Content Management System (CMS) and Guild Management System in PHP and distributed unter 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).


Note

For this guide you should be familiar with the basic concepts of

Prerequisites

We're using :manual:`PHP <lang-php>` in the stable version 7.1:

[isabell@stardust ~]$ uberspace tools version show php
Using 'PHP' version: '7.1'
[isabell@stardust ~]$

If you want to use your EQdkp Plus with your own domain you need to setup your domain first:

Installation

cd to your :manual:`document root <web-documentroot>`, 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 Assistent.

You will need to enter the following information:
[isabell@stardust html]$ openssl rand -base64 32
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

Updates

The easiest way to update EQdkp Plus is to use the web updater provided in the admin section of the Web Interface.

Note

Check the news regularly to stay informed about new updates and releases.


Tested with EQdkp Plus 2.3.0.26, Uberspace 7.1.3

.. author_list::