How to download and setup bk-cmdb
Open terminal and run command
git clone https://github.com/TencentBlueKing/bk-cmdb.git
git clone is used to create a copy or clone of bk-cmdb repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with bk-cmdb https://github.com/TencentBlueKing/bk-cmdb/archive/master.zip
Or simply clone bk-cmdb with SSH
[email protected]:TencentBlueKing/bk-cmdb.git