515 B
515 B
Installation
- Helper Skripts
- GitHub: https://github.com/alexta69/metube
- Anleitung unter
Building and running locallybefolgen
- Anleitung unter
- Docker
Update
Wen über GitHub neue Version als Zip runterladen, entpacken, auf Server kopieren und Installationsanleitung befolgen
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