Show More
@@ -42,7 +42,6 b' test-only:' | |||
|
42 | 42 | ruff-check: |
|
43 | 43 | ruff check --ignore F401 --ignore I001 --ignore E402 --ignore E501 --ignore F841 --exclude rhodecode/lib/dbmigrate --exclude .eggs --exclude .dev . |
|
44 | 44 | |
|
45 | ||
|
46 | 45 | .PHONY: pip-packages |
|
47 | 46 | ## Show outdated packages |
|
48 | 47 | pip-packages: |
@@ -90,8 +89,8 b' sh:' | |||
|
90 | 89 | workers?=1 |
|
91 | 90 | |
|
92 | 91 | .PHONY: dev-srv |
|
93 | ## run gunicorn multi process workers | |
|
94 |
dev-srv |
|
|
92 | ## run gunicorn web server with reloader, use workers=N to set multiworker mode | |
|
93 | dev-srv: | |
|
95 | 94 | gunicorn --paste=.dev/dev.ini --bind=0.0.0.0:10010 --config=.dev/gunicorn_config.py --reload --workers=$(workers) |
|
96 | 95 | |
|
97 | 96 |
General Comments 0
You need to be logged in to leave comments.
Login now