Archived
1
0
This repository has been archived on 2020-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
rero-ils-graphs/by_json/README.md
Olivier DOSSMANN 7bf5972250 Structure: make it more generic
* changes `orgas` directory to `by_json` (explain what we do: using JSON
    to geneate schema)
* makes Makefile more generic to permit to generate more SVG files in
the future
2020-02-07 14:06:20 +01:00

20 lines
421 B
Markdown

# Presentation
*gen.sh* 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: **organisations.svg** file (can be open with Gimp for example).