Created
November 17, 2011 17:32
-
-
Save mraaroncruz/1373838 to your computer and use it in GitHub Desktop.
Sample consular project
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
cd = "cd /Users/aaron/Sites/rails_app &&" | |
window do | |
pane do | |
pane "#{cd} bin/unicorn -p 3000" # I ran bundle install --binstubs | |
pane "#{cd} tail -f log/development.log" | |
pane "#{cd} bin/rails console" | |
end | |
tab do | |
run "#{cd} v." | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment