mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 08:31:28 -03:30
Merge pull request #357 from cchurch/make_honcho
Add support for honcho as alternative to tmux
This commit is contained in:
commit
4a1b5070b5
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