[skip ci] documentation changes

merge-requests/1/merge
ansgarz 2 years ago
parent 9c29d229e6
commit cf327184b6

@ -0,0 +1,15 @@
# 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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

@ -7,7 +7,7 @@ import java.io.FileNotFoundException
import kotlin.system.exitProcess
/**
* Provisions a workplace locally or on a remote machine. Use option -h for help.
* Provisions a desktop workplace locally or on a remote machine. Use option -h for help.
*/
fun main(args: Array<String>) {

Loading…
Cancel
Save