Created
March 1, 2012 23:25
-
-
Save zaid/1953983 to your computer and use it in GitHub Desktop.
Eventos Tuxminator config
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
# ~/.tmuxinator/eventos.yml | |
# you can make as many tabs as you wish... | |
project_name: Eventos | |
project_root: ~/Development/eventos | |
socket_name: | |
pre: | |
tabs: | |
- shell: | |
- guard: bundle exec guard | |
- console: rails console | |
- server: rails server | |
- logs: tail -f log/development.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment