install test

This commit is contained in:
Luís Oliveira 2026-01-14 17:36:12 +00:00 committed by Michel Roegl-Brunner
parent 73381bf5e7
commit 618fd89314

View File

@ -14,9 +14,21 @@ network_check
update_os update_os
fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes" fetch_and_deploy_gh_release "flatnotes" "dullage/flatnotes"
setup_uv USE_UVX=YES setup_uv
setup_nodejs setup_nodejs
msg_info "Installing Backend"
cd /opt/flatnotes
$STD /usr/local/bin/uv sync
$STD source .venv/bin/activate
$STD deactivate
msg_ok "Installed Backend"
msg_info "Installing Frontend"
cd /opt/flatnotes/client
$STD npm install
$STD npm run build
msg_ok "Installed Frontend"
motd_ssh motd_ssh
customize customize