This repository was archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
How to Run
lorebenzo edited this page Jul 1, 2022
·
8 revisions
For running the client, you have to compile the client.jar.
Once you have the client.jar file in /target/assembly/ folder, you can run it using
make run-client
or from the root folder
java -jar ./target/assembly/client.jar
if you want to run the client outside the repository folder, copy also the folder resources in the same folder of the client.jar file.
Remember that you need to set the Server Address in the .env file placed where you have the client.jar file.
If you don't have the .env file placed in the correct position, please copy that from the root folder.
For running the server, you have to compile the server.jar.
Once you have the server.jar file in /target/assembly/ folder, you can run it using
make run-server
or
java -jar ./target/assembly/server.jar