Update Makefile

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

@ -73,7 +73,7 @@ clean:
web:
python setup.py develop # or `install`
# isso -c config/comments.comment.sh.cfg run
gunicorn -w 4 --preload -b localhost:8080 isso.dispatch
gunicorn -w 4 --preload -b localhost:5000 isso.dispatch
.PHONY: clean site man init js coverage test web

Loading…
Cancel
Save