mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Add support for honcho as alternative to tmux for running development servers.
This commit is contained in:
parent
7e45ee8b55
commit
71c2fd7f8d
5
Makefile
5
Makefile
@ -241,6 +241,11 @@ server: server_noattach
|
||||
servercc: server_noattach
|
||||
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).
|
||||
runserver:
|
||||
$(PYTHON) manage.py runserver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user