Skip to content
Rodrigo Siqueira de Melo edited this page Feb 11, 2016 · 4 revisions

Basically, you can install and use kuniri in a production or development.

Production

Nowadays, we only have a gem as a production instalation. However, we have already started to pack kuniri (packages)

Gem

If you want to install our gem:

gem install kuniri

Development

We recommend to you, installing any ruby program in "Ruby Version Manager" (RVM). If you need help to install it, check this link: Install RVM.

After you configure your RVM (or any other environment you like), you have to install all the required gems.

bundle install

Finally, install Kuniri:

rake install

After installing you can check the commands with

kuniri -h
Clone this wiki locally