Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for how to install #1379

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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