Skip to content

Commit 91919da

Browse files
committed
update readme for release
1 parent 26280ae commit 91919da

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,23 @@ Authors: Daniel Garijo and María Poveda
55
Disclaimer: This is work in progress.
66

77
The client application has been integrated from the work in https://github.com/jacobomata/FairValidator. The client would not have been possible without the work from @jacobomata
8+
9+
## Instal instructions
10+
The project was build and tested with JDK 11.0.11 in Ubuntu.
11+
12+
To create the JAR, just run:
13+
14+
```
15+
mvn install
16+
```
17+
on the server folder, or download the JAR from the releases page.
18+
19+
## Running the server
20+
Run the following command
21+
22+
```
23+
java -jar -Dserver.port=PORT fair_ontologies-0.0.1.jar
24+
```
25+
26+
Where PORT is the port you want to run the server
27+

0 commit comments

Comments
 (0)