[skip ci] documentation changes

This commit is contained in:
ansgarz 2022-02-26 21:13:12 +01:00
parent 9c29d229e6
commit cf327184b6
4 changed files with 16 additions and 1 deletions
doc
src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/application

15
doc/ForDevelopers.md Normal file
View 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

(image error) Size: 51 KiB

Binary file not shown.

Before

(image error) Size: 47 KiB

View file

@ -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>) {