Add nginx to server start and switch back to first tmux win

This commit is contained in:
Matthew Jones
2017-04-26 10:39:44 -04:00
parent 257dc459cf
commit 8db7e15ad0

View File

@@ -368,10 +368,12 @@ server_noattach:
tmux select-window -t tower:1
tmux rename-window 'WebSockets'
tmux split-window -h 'exec make runworker'
tmux split-window -v 'exec make nginx'
tmux new-window 'exec make receiver'
tmux select-window -t tower:2
tmux rename-window 'Extra Services'
tmux split-window -h 'exec make factcacher'
tmux select-window -t tower:0
server: server_noattach
tmux -2 attach-session -t tower