beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e5ffdf2af4 - Show all commits

View 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 ;\