##// END OF EJS Templates
makefile: added dev-srv command to run the server app
super-admin -
r1104:879da4f3 python3
parent child Browse files
Show More
@@ -53,6 +53,13 b' dev-env:'
53 pip install --no-index --find-links=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
53 pip install --no-index --find-links=/home/rhodecode/.cache/pip/wheels -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
54 pip install -e .
54 pip install -e .
55
55
56
57 .PHONY: dev-srv
58 ## run develop server instance
59 dev-srv:
60 pserve --reload .dev/dev.ini
61
62
56 # Default command on calling make
63 # Default command on calling make
57 .DEFAULT_GOAL := show-help
64 .DEFAULT_GOAL := show-help
58
65
General Comments 0
You need to be logged in to leave comments. Login now