HOWTO: Initial Installation - ibmcb/cbtool GitHub Wiki
Option A: Automated installer.
- Tested on Ubuntu 18.04, and CentOS 7.2:
STEP 1 - Clone the git repository (any user other than root):
git clone https://github.com/ibmcb/cbtool.git
STEP 2 - Run the CBTOOL's automated installer and just follow the instructions there:
~/cbtool/cbtool/install -r orchestrator
After the install is executed successfully (i.e., the message All dependencies are in place
is displayed).
Runnning the tool for the first time
NEXT STEP: Proceed to the sectionOption B: Docker.
STEP 1 - Build the docker image
cd cbtool/docker/; ./build_orchestrator.sh
STEP 2 - Run the orchestrator node as a Docker
cd cbtool; ./cbdocker