wip beta
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ run:
|
||||
THSF_DIR=$$(pwd); \
|
||||
echo [+] Démarrage dans $$THSF_DIR; \
|
||||
. thsf_venv/bin/activate; \
|
||||
thsf_venv/bin/gunicorn -D -p thsf.pid -w 4 -b 127.0.0.1:8042 'thsf:app'
|
||||
sudo -u apache thsf_venv/bin/gunicorn -D -p thsf.pid -w 4 -b 127.0.0.1:8042 'thsf:app'
|
||||
|
||||
stop:
|
||||
-set -e;\
|
||||
|
||||
Reference in New Issue
Block a user