Update the deployment instructions

This commit is contained in:
Alexis Métaireau 2024-02-05 21:01:40 +01:00 committed by Alexis Metaireau
parent 51a6966390
commit 91d2918586

View file

@ -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.