-
Notifications
You must be signed in to change notification settings - Fork 11
Getting started
Sooyoung Kim edited this page Dec 19, 2022
·
8 revisions
- Golang 1.19.+ (Download and install)
$ git clone https://github.com/cloud-barista/cb-ladybug.git
$ cd cb-ladybug
$ go get -v all
$ export CBLOG_ROOT="$(pwd)"
$ export CBSTORE_ROOT="$(pwd)"
$ go run src/main.go
$ go build -o cb-ladybug src/main.go
$ export CBLOG_ROOT="$(pwd)"
$ export CBSTORE_ROOT="$(pwd)"
$ nohup ./cb-ladybug & > /dev/null
$ curl -s http://localhost:1470/ladybug/healthy -o /dev/null -w "code:%{http_code}"
code:200
-
Design
-
User Guide
-
Developer Guide
-
Test Reports