ODT
/
rero-ils-graphs
Archived
1
0
Fork 0
This repository has been archived on 2020-03-05. You can view files and clone it, but cannot push or open issues/pull-requests.
rero-ils-graphs/by_json/README.md

21 lines
589 B
Markdown
Raw Permalink Normal View History

# Presentation
*gen_orgas.sh* generates a diagram with **graphviz** with the link between organisations, libraries and users in *rero-ils* project.
*gen_policies.sh* do the same with link between organisations, libraries, circulation policies and patron\_type/item\_type couples.
2020-02-06 13:12:25 +00:00
# Requirements
* graphviz
* [jq](https://stedolan.github.io/jq/)
# Usage
2020-02-06 13:12:25 +00:00
* change **RERO\_DIR** variable to point your **rero-ils directory**
```
make clean && RERO_DIR="/home/moi/rero/rero-ils" make
```
Result: **2 files (orgas.svg and policies.svg)** file (can be open with Gimp for example).