vault backup: 2025-12-15 17:32:32

This commit is contained in:
2025-12-15 17:32:32 +01:00
parent ef2009d5ed
commit 6236f7f8e1
2 changed files with 33 additions and 3 deletions
+16
View File
@@ -9,3 +9,19 @@
Wen über GitHub neue Version als Zip runterladen, entpacken, auf Server kopieren und Installationsanleitung befolgen
---
``` shell
cd metube/ui
# install Angular and build the UI
npm install
node_modules/.bin/ng build
# install python dependencies
cd ..
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync
# run
uv run python3 app/main.py
```