15 lines
342 B
Markdown
15 lines
342 B
Markdown
# klankschool's bardak configuration
|
|
|
|
This repo encapsulated bardak as a submodule and contains
|
|
extra configuration on how we run bardak.
|
|
Namely, we run it in an rootless podman container
|
|
managed by a systemd user service.
|
|
|
|
To install and run:
|
|
|
|
- clone this repo
|
|
- `./build.sh`
|
|
- `./enable-user-service.sh`
|
|
- `systemctl --user start bardak`
|
|
|