Compare commits
8 Commits
10f74f18bd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 38f6ecc089 | |||
| 085c569251 | |||
| a21f006a0e | |||
| 1d609323b7 | |||
| 714253031b | |||
| b4356b1039 | |||
| 59441ea8b3 | |||
| 876e7d489e |
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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`
|
||||||
|
|
||||||
2
bardak
2
bardak
Submodule bardak updated: 23fb53e85b...c53a2256e7
2
run.sh
2
run.sh
@ -5,7 +5,7 @@ set -e
|
|||||||
mkdir -p ./data/things
|
mkdir -p ./data/things
|
||||||
mkdir -p ./data/trash
|
mkdir -p ./data/trash
|
||||||
|
|
||||||
if [ -z "$(podman images -q gateau-cuda11)" ]
|
if [ -z "$(podman images -q bardak)" ]
|
||||||
then
|
then
|
||||||
echo "Container missing, building..."
|
echo "Container missing, building..."
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user