Skip to content

Commit

Permalink
Merge pull request #1379 from cloud-barista/seokho-son-patch-1
Browse files Browse the repository at this point in the history
Update README.md for how to install
  • Loading branch information
seokho-son authored Nov 6, 2023
2 parents 330dc4b + c4472ee commit 73372a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Check out [CONTRIBUTING](https://github.com/cloud-barista/cb-tumblebug/blob/main

- CB-Spider 실행
- CB-Tumblebug은 클라우드 제어를 위해서 CB-Spider를 활용(필수 구동)
- (추천 실행 방법) CB-TB 스크립트를 통한 CB-Spider 컨테이너 실행
- (추천 실행 방법) CB-TB 스크립트를 통한 CB-Spider 컨테이너 실행 (가급적 지정된 버전 사용)
```bash
cd ~/go/src/github.com/cloud-barista/cb-tumblebug
export CBTUMBLEBUG_ROOT=$HOME/go/src/github.com/cloud-barista/cb-tumblebug
Expand Down Expand Up @@ -233,6 +233,13 @@ Check out [CONTRIBUTING](https://github.com/cloud-barista/cb-tumblebug/blob/main
make run
```

또는 CB-Tumblebug 스크립트를 통한 CB-Tumblebug 컨테이너 실행
```bash
cd ~/go/src/github.com/cloud-barista/cb-tumblebug
export CBTUMBLEBUG_ROOT=$HOME/go/src/github.com/cloud-barista/cb-tumblebug
./scripts/runTumblebug.sh
```

CB-Tumblebug 서버 실행 화면
```
██████╗██████╗ ████████╗██████╗
Expand Down

0 comments on commit 73372a5

Please sign in to comment.