vault backup: 2025-12-15 17:32:32
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user