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