Archived
1
0

Orgas: cosmetics changes on result

This commit is contained in:
2020-02-06 14:12:25 +01:00
parent 7f0b1cca4f
commit 3406e4d596
2 changed files with 24 additions and 9 deletions

View File

@ -2,10 +2,18 @@
*datagraph_generator* generates a diagram with **graphviz** with the link between organisations, libraries and users in *rero-ils* project.
# Requirements
* graphviz
* [jq](https://stedolan.github.io/jq/)
# Usage
* Open **gen.sh** file
* change **RERO\_DIR** variable to point your **rero-ils directory**
```
make clean && make
```
Result: **datagraph.svg** file (can be open with Gimp for example).
Result: **organisations.svg** file (can be open with Gimp for example).