Skip to content

Commit

Permalink
Adds startup for auth in run_tmux.sh
Browse files Browse the repository at this point in the history
Because I like TMux.
  • Loading branch information
Robert Kenny committed Feb 15, 2016
1 parent 468e595 commit 7a7b89c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ tmux split-window "sbt 'project usage' 'run 9009'"
tmux select-layout even-horizontal
tmux split-window "sbt 'project metadata-editor' 'run 9007'"
tmux select-layout even-horizontal
tmux split-window "sbt 'project auth' 'run 9011'"
tmux select-layout even-horizontal

/bin/bash -c "cd elasticsearch; ./dev-start.sh"

0 comments on commit 7a7b89c

Please sign in to comment.