-
-
Notifications
You must be signed in to change notification settings - Fork 87
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.
Home | Core Concepts | Defining jobs | Running jobs | Writing sources | Writing transforms | Writing destinations | Implementation Guidelines | Kiba Pro
This wiki is tracked by git and publicly editable. You are welcome to fix errors and typos. Any defacing or vandalism of content will result in your changes being reverted and you being blocked.