- Install needed versions of rbenv, ruby, bundler.
- Run
bundle install
in this directory to install the Ruby dependencies. - Install Thrift compiler for your platform
- macOS:
brew install thrift
Compile the API definitions to Ruby code:
thrift -r --gen rb ../api/src/main/thrift/api.thrift