Skip to content

How to install Kiba Pro

Thibaut Barrère edited this page May 11, 2019 · 6 revisions

⚠️ this documentation is likely to evolve short-term, since the package distribution system is being evaluated & adjusted at the moment.

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://dl.cloudsmith.io/basic/logeek/kiba-pro/ruby' do
  gem 'kiba-pro', '~> 1.0.0'
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.