Development
-
Prepare a Linux box running Docker.
-
Checkout this repository.
$ git clone https://github.com/cybozu-go/cattage
Setup CLI tools
-
Install aqua.
https://aquaproj.github.io/docs/tutorial-basics/quick-start
-
Install CLI tools.
$ cd cybozu-go/cattage $ aqua i -l
Development & Debug
-
Launch local Kubernetes cluster.
$ cd cybozu-go/cattage $ make dev
-
Start Tilt.
$ tilt up
-
Access: http://localhost:10350/
-
Stop the Kubernetes cluster.
$ make stop-dev