[skip ci] 0.8.29-SNAPSHOT update README.md for provisioning k3s
This commit is contained in:
parent
ea0c9ac234
commit
09b31faa2e
2 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -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…
Reference in a new issue