mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
Update the deployment instructions
This commit is contained in:
parent
51a6966390
commit
91d2918586
1 changed files with 5 additions and 2 deletions
|
@ -144,9 +144,12 @@ cd la_chariotte
|
||||||
# Get the code
|
# Get the code
|
||||||
git fetch
|
git fetch
|
||||||
git checkout tag # if we're using a tag, otherwise, just checkout the main branch
|
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 migrate --settings=prod_settings
|
||||||
python manage.py collectstatic
|
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.
|
Then you'll need to restart the server from AD's interface.
|
||||||
|
|
Loading…
Reference in a new issue