[skip ci] 0.8.29-SNAPSHOT update README.md for provisioning k3s

merge-requests/1/merge
az 3 years ago
parent ea0c9ac234
commit 09b31faa2e

@ -25,6 +25,7 @@ Additionally, it is possible to define a custom processor if needed.
* A **Java Virtual machine** (JVM) is required.
* Download the latest `provs.jar` from: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
* For server functionality (such as install k3s) download the latest `provs-server.jar` from: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
### Show usage options
@ -49,6 +50,16 @@ Run:
You'll be prompted for the password of the remote user.
### Install k3s
```bash
java -jar provs-server.jar -i -r <ip or hostname> -u <remote_username>
# Example:
java -jar provs-server.jar -i -r 192.168.56.141 -u testuser
```
You'll be prompted for the password of the remote user.
## Build the jar-file yourself

@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
group = 'org.domaindrivenarchitecture.provs'
version = '0.8.28'
version = '0.8.29-SNAPSHOT'
repositories {
mavenCentral()

Loading…
Cancel
Save