Closed c-lliope closed 6 years ago
brew tap azure/draft
brew install azure/draft/draft
brew install entr the_silver_searcher
draft config set registry docker.io/assemble
ag -l | entr -r -s 'draft up && draft connect -p 55555:3000'
This will watch your filesystem for changes and re-deploy the server to Kubernetes on each change.
You'll be able to access the server at http://localhost:5555.
Okay. I'm self-vetoing this, because it's simply not necessary at this point.
We can accomplish the same thing by running the ruby code directly on our computer.
Carried over from #16.
Draft is the new replacement for Deis Workflow. It gives us a Heroku-like development experience on our own private Kubernetes cloud.
https://draft.sh/