How to BuildΒΆ

Download init and run mongodb as mentioned in get started section

Build serivcecomb-kie binary

cd ${project_root_path}
build/build_binary.sh

This will build 4 packages for different platforms in ${servicecomb_root_path}/release/kie directory. Choose the right one, unzip and run it. For Example:

cd ${servicecomb_root_path}/release/kie
tar -xzvf apache-servicecomb-kie--${platform}-amd64.tar.gz
cd apache-servicecomb-kie--${platform}-amd64
./kie --config conf/kie-conf.yaml