Created
October 19, 2011 21:23
-
-
Save jsmestad/1299728 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # ~/.tmuxinator/metrics.yml | |
| # you can make as many tabs as you wish... | |
| project_name: Metrics | |
| project_root: ~/Documents/Librato/metrics | |
| socket_name: metrics # Not needed. Remove to use default socket | |
| # rvm: 1.9.2@rails_project | |
| # pre: sudo /etc/rc.d/mysqld start | |
| pre: mysql.server start | |
| tabs: | |
| - editor: vim | |
| - shell: git fetch origin | |
| - server: guard | |
| - logs: tail -f logs/development.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment