beta #4

Unito
doug713705 ha unito 203 commit da beta a master 2023-04-21 00:11:59 +11:00
Showing only changes of commit e5ffdf2af4 - Show all commits

Vedi File

@ -8,7 +8,8 @@ install:
. thsf_venv/bin/activate; \
pip install -r requirements.txt ;\
pip install . ;\
pip install gunicorn;
pip install gunicorn; \
sudo chown apache:apache $$THSF_DIR
run:
set -e ;\