diff --git a/Makefile b/Makefile index 7d6f7c8..c54ee8a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,8 @@ clean: web: 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