From 961464e1e288fc54db8242f2333a9caf543d390b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:36:49 +0200 Subject: [PATCH] Update adventurelog-install.sh --- install/adventurelog-install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/adventurelog-install.sh b/install/adventurelog-install.sh index 1da60cfa3..26154153d 100644 --- a/install/adventurelog-install.sh +++ b/install/adventurelog-install.sh @@ -79,11 +79,11 @@ EOF cd /opt/adventurelog/backend/server mkdir -p /opt/adventurelog/backend/server/media $STD uv venv /opt/adventurelog/backend/server/.venv -$STD uv pip install --upgrade pip -$STD uv pip install -r requirements.txt -$STD uv run python manage.py collectstatic --noinput -$STD uv run python manage.py migrate -$STD uv run python manage.py download-countries +$STD /opt/adventurelog/backend/server/.venv/bin/python -m pip install --upgrade pip +$STD /opt/adventurelog/backend/server/.venv/bin/python -m pip install -r requirements.txt +$STD /opt/adventurelog/backend/server/.venv/bin/python manage.py collectstatic --noinput +$STD /opt/adventurelog/backend/server/.venv/bin/python manage.py migrate +$STD /opt/adventurelog/backend/server/.venv/bin/python manage.py download-countries cat </opt/adventurelog/frontend/.env PUBLIC_SERVER_URL=http://$LOCAL_IP:8000 BODY_SIZE_LIMIT=Infinity