This istallation guide will teach you how to install and run this Tournament Service. To be able to run and install it properly, you will need to have the following programs installed on you computer.
Java Development Kit
Java Development Kit (JDK) is needed to run this program. You will at least need version 1.7 or higher to run this program. To install JDK, you can go to the JDK download page. Here you will need to download and install the suitable JDK for you operating system.
Git
You will need Git to be able to clone the repository to your own computer. Here is the download page for Git.
Maven
Maven is a build tool used for dependencies in Java. This means that you have to install maven on your computer to run the Tournament Service program.
SSH key
A SSH is needed to clone the repository. Here are tutorials on how to set up a SSH key on you GitLab profile. This tutorial also contains a Git tutorial.
Cloning the repository
After downloading all the required software above, you can now begin this step.
Create a folder where you want to install the Tournament Service. Then you must open the folder in the terminal. When you have opened the folder in the terminal, you must write these two commands in order:
mvn clean install
mvn javafx:run
After writing mvn javafx:run
, the program should open.