tar -xzf kafka_2.12-2.5.0.tgz
mv kafka_2.12-2.5.0 /usr/local/cloudio/kafka
# unpack the downloaded io-flow.zip
unzip io-flow.zip
cd io-flow
# configure template/io.properties
vi template/io.properties
# start all services in one shot
./bin/start-all.sh
# optionally tail all log files
tail -f */io-flow.log