No description
.idea-configs | ||
.run | ||
doc | ||
gradle/wrapper | ||
src | ||
testextensive.run | ||
.gitignore | ||
.gitlab-ci.yml | ||
build.gradle | ||
Dockerfile | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle | ||
WorkplaceConfigExample.yaml |
provs
chat over e-mail | team@social.meissa-gmbh.de | Website & Blog
Purpose
provs provides cli-based tooling for provisioning desktop // server
- provs-desktop minimal - provides a minimal setup (e.g. swappiness / randomutils) e.g. for setup on a VirtualBox
- provs-desktop office - provides enhancements like zim / gopass / fakturama
- provs-desktop ide - provides development environments for java / kotlin / python / clojure / terraform
- provs-server k3s - provides a production ready & k3s setup with dualstack option
In general provs combines
- being able to use the power of shell commands
- a clear and detailed result summary of the built-in execution handling (incl. failure handling and reporting)
- the convenience and robustness of a modern programming language
Status
under development - we are working hard on setting up our environments using provs.
Try out
Prerequisites
- A Java Virtual machine (JVM) is required.
- Install
jarwrapper
(e.g.sudo apt install jarwrapper
) - Download the latest
provs-desktop.jar
from: https://gitlab.com/domaindrivenarchitecture/provs/-/releases - Make the jar-file executable by
chmod +x provs-desktop.jar
- For server functionality (e.g. k3s) download the latest
provs-server.jar
from: https://gitlab.com/domaindrivenarchitecture/provs/-/releases
provs-desktop
provs-desktop.jar <type> <target> [<options>]
type can be:
- basic - install some basic packages)
- office - install office software (LibreOffice), E-Mail (Thunderbird), etc
- ide - same as office with additionally ide-software (VSCode, IntelliJ, etc)
target can be:
local
user123:mypassword@myhost.com
- general format is: <user[:password]@host> -- if password is omitted, then ssh-keys will be used for authentication
- if password is omitted but option
-p
is provided, then the password will be prompted interactively
options
-p
for interactive password question
Examples
Provision a basic desktop workplace locally
provs-desktop.jar basic local`
Provision an office desktop workplace remotely
provs-desktop.jar office myuser@myhost.com -p`
You'll be prompted for the password of the remote user due to option -p
.
Provision k3s
provs-server.jar k3s myuser@myhost.com