Guest User

Untitled

a guest
Dec 12th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. ; I autostart because I am relied on by everything
  2. [dir.caring]
  3. port = 9000
  4. directory = /Users/craig/work/dir.caring.com
  5. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  6.  
  7. ; The rest of us must be started with `invoker add {app}.caring`
  8. [find.caring]
  9. directory = /Users/craig/work/find.caring.com
  10. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  11. disable_autorun = true
  12.  
  13. [find.seniorhomes]
  14. directory = /Users/craig/work/find.seniorhomes.com
  15. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  16. disable_autorun = true
  17.  
  18. [talk.caring]
  19. directory = /Users/craig/work/talk.caring.com
  20. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  21. disable_autorun = true
  22.  
  23. [seniorhomes]
  24. directory = /Users/craig/work/seniorhomes.com
  25. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  26. disable_autorun = true
  27.  
  28. [caring]
  29. directory = /Users/craig/work/caring.com
  30. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  31. disable_autorun = true
  32.  
  33. [t800.caring]
  34. directory = /Users/craig/work/sem_robot
  35. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  36. disable_autorun = true
  37.  
  38. [bidder.caring]
  39. directory = /Users/craig/work/bidder
  40. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  41. disable_autorun = true
  42.  
  43. [contact.caring]
  44. directory = /Users/craig/work/contact
  45. command = ./bin/rails s -p $PORT
  46. disable_autorun = true
  47.  
  48. [adwords.caring]
  49. directory = /Users/craig/work/sem
  50. command = ./bin/rails s -p $PORT
  51. disable_autorun = true
  52.  
  53. [portal.caring]
  54. directory = /Users/craig/work/provider-portal/portal
  55. command = PORT=$PORT HOST=portal.caring.dev yarn run start
  56. disable_autorun = true
  57.  
  58. [admin-portal.caring]
  59. directory = /Users/craig/work/provider-portal/admin
  60. command = PORT=$PORT ember s
  61. disable_autorun = true
  62.  
  63. [taco.caring]
  64. directory = /Users/craig/work/taco
  65. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  66. disable_autorun = true
  67.  
  68. [sox.caring]
  69. directory = /Users/craig/work/dobby
  70. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && PORT=$PORT ./bin/rails s"
  71. disable_autorun = true
  72.  
  73. [hosted.caring]
  74. directory = /Users/craig/work/hosted.caring.com
  75. command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT"
  76. disable_autorun = true
  77.  
  78. [skynet.caring]
  79. directory = /Users/craig/work/ml_server
  80. command = PORT=$PORT bash -c "python app.py"
  81. disable_autorun = true
  82.  
  83. [portal-app.caring]
  84. directory = /Users/craig/work/provider-portal
  85. command = RBENV_VERSION=2.3.7 bash -c 'rbenv exec bundle exec rails s -p $PORT'
  86. disable_autorun = true
Add Comment
Please, Sign In to add comment