Update Makefile

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent 620707439c
commit 4cc673f658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save