Created
December 14, 2017 05:46
-
-
Save adikari/b1f553c10c73fefbba11bf3d87f9b505 to your computer and use it in GitHub Desktop.
tmuxinator builder configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: builder | |
root: /SRC/builder | |
startup_window: client | |
windows: | |
- logs: | |
layout: even-horizontal | |
panes: | |
- | |
- eclim: | |
- Xvfb :1 -screen 0 1024x768x24 +extension RANDR & | |
- DISPLAY=:1 /opt/eclipse/eclimd -b | |
- client: | |
layout: 99e9,272x69,0,0[272x65,0,0,0,272x3,0,66{136x3,0,66,1,135x3,137,66,2}] | |
root: /SRC/builder/webapp | |
panes: | |
- tmux resize-pane -t 1 -y 55; vim . | |
- builder serve | |
- tail -f /SRC/www-conf/logs/error_log | |
- api: | |
root: /SRC/builder/api | |
panes: vim . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment