Update Makefile
This commit is contained in:
parent
620707439c
commit
4cc673f658
3
Makefile
3
Makefile
@ -72,7 +72,8 @@ clean:
|
|||||||
|
|
||||||
web:
|
web:
|
||||||
python setup.py develop # or `install`
|
python setup.py develop # or `install`
|
||||||
isso -c config/comments.comment.sh.cfg run
|
# isso -c config/comments.comment.sh.cfg run
|
||||||
|
gunicorn -b localhost:8080 -w 4 --preload isso.run
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean site man init js coverage test web
|
.PHONY: clean site man init js coverage test web
|
||||||
|
Loading…
Reference in New Issue
Block a user