1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 22:14:02 +02:00

Màj Buster

This commit is contained in:
Yohann D'ANELLO
2020-12-28 22:59:54 +01:00
parent 574233acd0
commit b8ccb40ded
2 changed files with 11 additions and 10 deletions

View File

@ -45,7 +45,7 @@ chmod go-rwx -R django-med
python3 -m venv venv --system-site-packages
. venv/bin/activate
pip install -r requirements.txt
pip install mysqlclient~=1.4.0 # si base MySQL
pip install mysqlclient~=1.4.4 # si base MySQL
pip install uwsgi~=2.0.18 # si production
./entrypoint.sh # lance en shell
```