Skip to content

Commit

Permalink
Cleanup teamocil config
Browse files Browse the repository at this point in the history
  • Loading branch information
finack committed May 20, 2013
1 parent aa2323f commit 4ed53f5
Showing 1 changed file with 23 additions and 32 deletions.
55 changes: 23 additions & 32 deletions .teamocil/rails.yml
@@ -1,52 +1,43 @@
session:
name: rails
windows:
- name: www
root: "~/src/zest/www"
- name: TELE
root: "~/src/zest/telephony_engine"
splits:
- cmd: vim
- cmd: echo "--"
height: 20
- name: agents
root: "~/src/zest/agents"
splits:
- cmd: vim
- cmd: 'r c'
height: 20
- name: interview
- name: IV
root: "~/src/zest/ZestAdmin"
splits:
- cmd: vim
- cmd: 'r c'
height: 20
- name: servicing
- name: SV
root: "~/src/zest/ZestServicing"
splits:
- cmd: vim
- cmd: 'r c'
height: 20
- name: testing
root: "~/src/zest/www"
- name: COMMS
root: "~/src/zest/comms_hub"
splits:
- cmd: vim
- name: BORK
root: "~/src/zest/bork"
splits:
- cmd: vim
- name: rails
root: "~/src/zest/telephony_engine"
splits:
- cmd: "z www"
- cmd: echo "z agent"
- cmd: "cd spec/dummy && bundle exec rails server"
- cmd: "bundle && rackup script/telephony_proxy.ru"
width: 50
- cmd: echo "z ZestServicing"
focus: true
- cmd: "cd ../ZestServicing && bundle && bundle exec rails server"
height: 50
target: bottom-right
- cmd: "z ZestAdmin"
- cmd: "cd ../ZestAdmin && bundle && bundle exec rails server"
height: 50
target: bottom-left
- name: servers
root: "~/src/zest/www"
- name: comms
root: "~/src/zest/comms_hub"
splits:
- cmd: "bundle exec guard -g server"
- cmd: "cd ../acd_demo && bundle exec rails server -p 3002"
- cmd: "/usr/local/sbin/rabbitmq-server"
- cmd: "be ./bin/renderer.rb development"
width: 50
focus: true
- cmd: "cd ../ZestServicing && bundle exec rails server"
height: 50
target: bottom-right
- cmd: "cd ../ZestAdmin && bundle exec rails server"
height: 50
target: bottom-left

0 comments on commit 4ed53f5

Please sign in to comment.