Created
December 12, 2018 19:06
-
-
Save craigmcnamara/d676601e6a4d628167b619d42ddfdd1d to your computer and use it in GitHub Desktop.
Sample invoker config for caring
This file contains hidden or 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
; I autostart because I am relied on by everything | |
[dir.caring] | |
port = 9000 | |
directory = /Users/craig/work/dir.caring.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
; The rest of us must be started with `invoker add {app}.caring` | |
[find.caring] | |
directory = /Users/craig/work/find.caring.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[find.seniorhomes] | |
directory = /Users/craig/work/find.seniorhomes.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[talk.caring] | |
directory = /Users/craig/work/talk.caring.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[seniorhomes] | |
directory = /Users/craig/work/seniorhomes.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[caring] | |
directory = /Users/craig/work/caring.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[t800.caring] | |
directory = /Users/craig/work/sem_robot | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[bidder.caring] | |
directory = /Users/craig/work/bidder | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[contact.caring] | |
directory = /Users/craig/work/contact | |
command = ./bin/rails s -p $PORT | |
disable_autorun = true | |
[adwords.caring] | |
directory = /Users/craig/work/sem | |
command = ./bin/rails s -p $PORT | |
disable_autorun = true | |
[portal.caring] | |
directory = /Users/craig/work/provider-portal/portal | |
command = PORT=$PORT HOST=portal.caring.dev yarn run start | |
disable_autorun = true | |
[admin-portal.caring] | |
directory = /Users/craig/work/provider-portal/admin | |
command = PORT=$PORT ember s | |
disable_autorun = true | |
[taco.caring] | |
directory = /Users/craig/work/taco | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[sox.caring] | |
directory = /Users/craig/work/dobby | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && PORT=$PORT ./bin/rails s" | |
disable_autorun = true | |
[hosted.caring] | |
directory = /Users/craig/work/hosted.caring.com | |
command = RBENV_VERSION=$(cat .ruby-version) zsh -c "source ~/.zshrc && ./bin/rails s -p $PORT" | |
disable_autorun = true | |
[skynet.caring] | |
directory = /Users/craig/work/ml_server | |
command = PORT=$PORT bash -c "python app.py" | |
disable_autorun = true | |
[portal-app.caring] | |
directory = /Users/craig/work/provider-portal | |
command = RBENV_VERSION=2.3.7 bash -c 'rbenv exec bundle exec rails s -p $PORT' | |
disable_autorun = true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment