Created
January 12, 2016 15:09
-
-
Save apinstein/1d4e2a031c8f35871ea5 to your computer and use it in GitHub Desktop.
screenrc for vagrant dev
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
chdir /opt/www/domains/tourbuzz/current | |
screen -t db 0 rake db | |
screen -t code 1 | |
chdir /opt/www/domains/tourbuzz/shared/log | |
screen -t log 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment