mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Add support for honcho as alternative to tmux for running development servers.
This commit is contained in:
5
Makefile
5
Makefile
@@ -241,6 +241,11 @@ server: server_noattach
|
|||||||
servercc: server_noattach
|
servercc: server_noattach
|
||||||
tmux -2 -CC attach-session -t tower
|
tmux -2 -CC attach-session -t tower
|
||||||
|
|
||||||
|
# Alternate approach to tmux to run all development tasks specified in
|
||||||
|
# Procfile. https://youtu.be/OPMgaibszjk
|
||||||
|
honcho:
|
||||||
|
honcho start
|
||||||
|
|
||||||
# Run the built-in development webserver (by default on http://localhost:8013).
|
# Run the built-in development webserver (by default on http://localhost:8013).
|
||||||
runserver:
|
runserver:
|
||||||
$(PYTHON) manage.py runserver
|
$(PYTHON) manage.py runserver
|
||||||
|
|||||||
Reference in New Issue
Block a user