-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Matei Alexandru Gardus edited this page May 14, 2019
·
1 revision
- Java 8
- 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
- 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
Java 11 causes incompatibility issues with SQLiggyBank, this will be fixed soon. Please use Java 8.