Skip to content

Installation

Matei Alexandru Gardus edited this page May 14, 2019 · 1 revision

System Requirements

  • Java 8

Installation (Client)

  • Download the client .jar file from the latest release
  • Place the .jar file in a place you wish to keep SQLiggyBank
  • Run the .jar file by double-clicking it or by executing this command in the terminal: java -jar SQLiggyBank-Client-[release].jar

Installation (Server)

  • Download the server .jar file from the latest release
  • Place the .jar file in a place you wish to keep SQLiggyBank
  • Download the config.example.yml file and modify it to your liking, and then rename it to config.yml
  • Run the .jar file by executing this command in the terminal: java -jar SQLiggyBank-Server-[release].jar server config.yml

Warning!

Java 11 causes incompatibility issues with SQLiggyBank, this will be fixed soon. Please use Java 8.

Clone this wiki locally