Skip to content
Snippets Groups Projects
Commit 78721e67 authored by Joel Cavat's avatar Joel Cavat
Browse files

Doc

parent b5e1929f
Branches master
No related tags found
No related merge requests found
# How to
## Run the project
- `mvn validate` will install `jar` libraries into the local repository
- ask your teacher for a valid ip/port and make sure the server is running
```sh
mvn validate
mvn package
mvn exec:java -Dexec.args="ip:port" # by example 127.0.0.1:61616
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment