[skip ci] documentation changes
This commit is contained in:
parent
9c29d229e6
commit
cf327184b6
4 changed files with 16 additions and 1 deletions
15
doc/ForDevelopers.md
Normal file
15
doc/ForDevelopers.md
Normal file
|
@ -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…
Reference in a new issue