Show More
@@ -144,11 +144,13 b' sh:' | |||
|
144 | 144 | dev-srv: |
|
145 | 145 | pserve --reload .dev/dev.ini |
|
146 | 146 | |
|
147 | ## Allows changes of workers e.g make dev-srv-g workers=2 | |
|
148 | workers?=1 | |
|
147 | 149 | |
|
148 | 150 | .PHONY: dev-srv-g |
|
149 | 151 | ## run gunicorn multi process workers |
|
150 | 152 | dev-srv-g: |
|
151 |
gunicorn --paste |
|
|
153 | gunicorn --paste=.dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py --timeout=120 --reload --workers=$(workers) | |
|
152 | 154 | |
|
153 | 155 | |
|
154 | 156 | # Default command on calling make |
General Comments 0
You need to be logged in to leave comments.
Login now