Update mealie-install.sh
This commit is contained in:
parent
ef5ba35ded
commit
280f752032
@ -49,6 +49,7 @@ git clone https://github.com/mealie-recipes/mealie
|
|||||||
msg_ok "Get Mealie Repository"
|
msg_ok "Get Mealie Repository"
|
||||||
|
|
||||||
msg_info "Building Frontend"
|
msg_info "Building Frontend"
|
||||||
|
export NUXT_TELEMETRY_DISABLED=1
|
||||||
cd /opt/mealie/frontend
|
cd /opt/mealie/frontend
|
||||||
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000
|
yarn install --prefer-offline --frozen-lockfile --non-interactive --production=false --network-timeout 1000000
|
||||||
yarn generate
|
yarn generate
|
||||||
@ -56,6 +57,7 @@ msg_ok "Built Frontend"
|
|||||||
|
|
||||||
msg_info "Preparing Backend (Poetry)"
|
msg_info "Preparing Backend (Poetry)"
|
||||||
$STD uv venv /opt/mealie/.venv
|
$STD uv venv /opt/mealie/.venv
|
||||||
|
$STD /opt/mealie/.venv/bin/python -m pip install uv
|
||||||
$STD /opt/mealie/.venv/bin/python -m uv pip install -r requirements.txt
|
$STD /opt/mealie/.venv/bin/python -m uv pip install -r requirements.txt
|
||||||
cd /opt/mealie
|
cd /opt/mealie
|
||||||
/opt/mealie/.venv/bin/uv pip install poetry==2.0.1
|
/opt/mealie/.venv/bin/uv pip install poetry==2.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user