Skip to content

How to install Kiba Pro

Thibaut Barrère edited this page Oct 22, 2021 · 6 revisions

When you purchase a Kiba Pro subscription, you get a token (not to be shared outside your company) which allows your organisation to install Kiba Pro on your environments (development, CI, staging/production servers).

Once you have this token, update your Gemfile as follows:

source 'https://rubygems.org' do
  gem 'kiba'
end

source 'https://dl.cloudsmith.io/basic/logeek/kiba-pro/ruby' do
  gem 'kiba-pro'
end

then instruct bundler to use the token:

bundle config https://dl.cloudsmith.io/basic/logeek/kiba-pro/ruby logeek:YOUR-TOKEN-HERE

At this point you can run bundle install and start using Kiba Pro.