diff --git a/doc/ForDevelopers.md b/doc/ForDevelopers.md new file mode 100644 index 0000000..07223c7 --- /dev/null +++ b/doc/ForDevelopers.md @@ -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) \ No newline at end of file diff --git a/doc/resources/prov-module-dependencies-5.png b/doc/resources/prov-module-dependencies-5.png deleted file mode 100644 index 4be2df6..0000000 Binary files a/doc/resources/prov-module-dependencies-5.png and /dev/null differ diff --git a/doc/resources/provs-module-structure-4.png b/doc/resources/provs-module-structure-4.png deleted file mode 100644 index cc5128e..0000000 Binary files a/doc/resources/provs-module-structure-4.png and /dev/null differ diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/application/Application.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/application/Application.kt index e901c46..d918fc8 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/application/Application.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/application/Application.kt @@ -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) {