-
Notifications
You must be signed in to change notification settings - Fork 46
How to install CB Spider on macOS
ByoungSeob Kim edited this page Aug 22, 2021
·
5 revisions
============== In this case: Big Sur 11.5.2
-
basic reference
-
prerequisites
-
install Xcode (git, gcc 등 개발도구)
- 터미널에서 'xcode-select --install' 실행
- Big Sur에서는 터미널에서 git 엔터 등으로 자동 설치도 가능
-
install go
- https://golang.org/dl/
- go version go1.17 darwin/amd64
-
install iterm (terminal)
- https://iterm2.com/downloads.html
- 이후부터 iterm terminal에서 설치 진행
- install CB-Spider
- 다음 Quick Start Guide에서 'install CB-Spider Source' 부터 시작
-
참고: 공유기/사설망 환경에서 AdminWeb 설정 방법
- 다음 가이드에서
SERVICE_ADDRESS
파트 참고 - How to install CB Spider on WSL2 under 공유기/사설망
- 다음 가이드에서
-
참고: prompt 호환 문제
-
develop.env에 포함된 prompt 설정이 맥에서 호환이 안됨
-
source develop.env 실행 후 prompt가 다음처럼 출력될 수 있음
\[\e[36;1m\]\u@\[\e[32;1m\]\h:\[\e[31;1m\]\W# \[\e[0m\]
-
거슬리면 다음처럼 PS1 설정을 comment 처리 후 terminal(iterm) 재실행
-
cd $CBSPIDER_ROOT; vi develop.env
# terminal prompt #export PS1="\[\e[36;1m\]\u@\[\e[32;1m\]\h:\[\e[31;1m\]\W# \[\e[0m\]"
-
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- Price Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]