From 91d29185869cd4cf0c4154f6cacbb3e537d805dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 5 Feb 2024 21:01:40 +0100 Subject: [PATCH] Update the deployment instructions --- docs/deploy.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/deploy.md b/docs/deploy.md index 3864bde..a4ab36a 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -144,9 +144,12 @@ cd la_chariotte # Get the code git fetch git checkout tag # if we're using a tag, otherwise, just checkout the main branch +pip install -e . +npm install -python manage.py updatedb -python manage.py collectstatic +python manage.py migrate --settings=prod_settings +python manage.py compilescss --settings=prod_settings +python manage.py collectstatic --settings=prod_settings ``` Then you'll need to restart the server from AD's interface.