provs/doc/ForDevelopers.md

15 lines
424 B
Markdown
Raw Normal View History

2022-02-26 20:13:12 +00:00
# Information for developers
## Build a provs jar-file yourself
* Clone this repo
* Build the jar-file by `./gradlew uberjarDesktop`
* In folder build/libs you'll find the file `provs.jar`
The fatjar is a Java jar-file incl. all required dependencies.
### Sequence diagram
Find below an example of a sequence diagram when provisioning a desktop workplace:
![img.png](resources/provision-workplace-sequence.diagram.png)