Skip to content

Instantly share code, notes, and snippets.

@kithokit
Created June 28, 2013 02:26
Show Gist options
  • Save kithokit/5882018 to your computer and use it in GitHub Desktop.
Save kithokit/5882018 to your computer and use it in GitHub Desktop.
# MY project for appcara.yml tmux
# ~/.tmuxinator/appcara.yml
project_name: appcara
project_root: ~/
tabs:
- main:
- rake: g cloud && rake c
- cloud: g cloud && rackup
- portal: g portal && sudo service nginx stop && sudo service apache2 stop && rails s
- jobs:
layout: even-vertical
panes:
- g cloud && rake resque:work
- g cloud && rake resque:work
- mysql: mysql -uroot
- remote: ssh integ01
- service:
layout: even-vertical
panes:
- g portal && foreman start
- vpnToCloudstack
- g cloud && rake resque:scheduler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment