lvjian700
11/28/2013 - 5:56 AM

tmux and teamocil config

tmux and teamocil config

windows:
  - name: "start-rea-services"
    root: "~/code"
    layout: tiled
    panes:
      - cmd: "cd solr-search/ && git pull --rebase && bundle exec rake dev:run"
      - cmd: "cd search-api/ && git pull --rebase && ./gradlew run"
      - cmd: "cd location-service/ && git pull --rebase && ./gradlew run"
      - cmd: "cd china-jobs/ && git pull --rebase && sh start.sh"
      - cmd: "redis-server /usr/local/etc/redis.conf"
      - cmd: "mongod --fork"