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.