Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 461 Bytes

parthenon

tools

Run make tools. This will install kubectl, protobuf, and the grpc-web protoc plugin. This requires brew.

cluster setup

start k8 cluster

In docker click on settings (the gear icon), go to the kubernetes tab, and choose enable kubernetes. Wait for the cluster to startup. Run kubectl get pod -A, you should see system pods.

setup k8 cluster

run make emissary, then make build apply

ts dev server

make start